On Sat, 2015-01-03 at 21:08 +0100, Reindl Harald wrote:
> by writing some custom rules like below i found out that @ needs to be 
> esacped additionally to http://php.net/manual/de/function.preg-quote.php
> 
> are there other chars which needs special handling?
> 
> header    CUST_MANY_SPAM_TO  X-Local-Envelope-To =~ 
> /^(\<h\.reindl\@thelounge\.net\>)$/i
> score     CUST_MANY_SPAM_TO  -4.0
> describe  CUST_MANY_SPAM_TO  Custom Scoring
> 
One more, I think: # as in  the HTML character encoding &#959; which
needs to become \&\#959; in a regex if you don't want SA lint to
complain.


Martin



Reply via email to