> hi, i had a look for this issue but (surprisingly)
> couldn't find an answer in the forum
>
> i have this rule:
>
> header toSupport_MYCORP To =~ /[EMAIL PROTECTED]/i
> describe toSupport_MYCORP Sent to our support alias
> score toSupport_MYCORP -2
>
SA does that with settin
On Fri, May 23, 2008 00:58, smcbutler wrote:
> yes, that seemed to be problem :(
no the regexp is olso wroung since . oldso need \.
Benny Pedersen
Need more webspace ? http://www.servage.net/?coupon=cust37098
On Thu, May 22, 2008 22:27, smcbutler wrote:
> header toSupport_MYCORP To =~ /[EMAIL PROTECTED]/i
header toSupport_MYCORP To =~ /[EMAIL PROTECTED]/i
Benny Pedersen
Need more webspace ? http://www.servage.net/?coupon=cust37098
Bob Proulx wrote:
>
> smcbutler wrote:
>> header toSupport_MYCORP To =~ /[EMAIL PROTECTED]/i
>> [16923] warn: Possible unintended interpolation of @mycorp in string at
>> /etc/mail/spamassassin/myRules.cf, rule toSupport_MYCORP, line 1.
>> isn't escaping the "@" enough to get this rule fu
smcbutler wrote:
> header toSupport_MYCORP To =~ /[EMAIL PROTECTED]/i
> [16923] warn: Possible unintended interpolation of @mycorp in string at
> /etc/mail/spamassassin/myRules.cf, rule toSupport_MYCORP, line 1.
> isn't escaping the "@" enough to get this rule functional
It should be enough.