Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Nigel Metheringham edited this page Nov 29, 2012 · 2 revisions

Q0504

Question

I want to search for $ in the subject line, but I can't seem to get the syntax.

Answer

Try one of these:

if $h_subject: contains \$ then ...
if $h_subject: contains "\\$" then ...

Clone this wiki locally