Re: trying allow email from a specific email address

2008-05-22 Thread Jari Fredriksson
> 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

Re: trying allow email from a specific email address

2008-05-22 Thread Benny Pedersen
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

Re: trying allow email from a specific email address

2008-05-22 Thread Benny Pedersen
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

Re: trying allow email from a specific email address

2008-05-22 Thread smcbutler
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

Re: trying allow email from a specific email address

2008-05-22 Thread Bob Proulx
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.