On 2023-06-05 at 22:04:47 UTC-0400 (Mon, 5 Jun 2023 22:04:47 -0400)
 <jacklistm...@gmail.com>
is rumored to have said:

Hello All,



I know this isn't the best method, I have to learn some of the previous
suggestions, but I would like to get this rule to work.

Not sure where I went wrong.



header FROM_CLIENT_EMAIL From =~ /client@client\.com/i

Escape the @ with a \
SA uses Perl, so you need to escape %, @, and $ in regular expressions.

I think "spamassassin --lint" will catch unescaped special characters in rules, and it is always a good idea to run that when you add or change rules.

--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire

Reply via email to