Q0504 - Exim/exim GitHub Wiki

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 ...

⚠️ **GitHub.com Fallback** ⚠️