Re: spamassassin with postfix

2012-06-27 Thread Swati R
On Wed, Jun 27, 2012 at 4:36 PM, Swati R wrote: > > > On Wed, Jun 27, 2012 at 3:28 PM, Axb wrote: > >> On 06/27/2012 09:28 AM, dhanushka ranasinghe wrote: >> >>> Hi guys... >>> >>> We do spam filltering using exim+spamassassin we inte

Re: spamassassin with postfix

2012-06-27 Thread Swati R
On Wed, Jun 27, 2012 at 3:28 PM, Axb wrote: > On 06/27/2012 09:28 AM, dhanushka ranasinghe wrote: > >> Hi guys... >> >> We do spam filltering using exim+spamassassin we integare exim with >> spamassassin using sa-exim , andconfigure exim to add "X-Spam-Flag: >> Yes" in mail header if mail d

Re: spamassassin rule set issue

2012-04-17 Thread Swati R
; Hi.. guys.. > > I don't think regex is the issue , i tested the /(\W|^)Orange(\W|^)/i > its correctly doing the exact word match > > > Thank You > Dhanushka > > On 17 April 2012 17:44, Swati R wrote: > > > > > > On Tue, Apr 17, 2012 at 5:39 PM

Re: spamassassin rule set issue

2012-04-17 Thread Swati R
On Tue, Apr 17, 2012 at 5:39 PM, Tom Kinghorn wrote: > On 17/04/2012 14:03, dhanushka ranasinghe wrote: > >> >> Any idea why this is happening ? >> >> Thank You >> Dhanushka >> >> > Try > > /^Orange$/i > > The $ specifies end of the word. > > Regards > Tom > I think, this should work : /\bOrang

Re: CHARSET_FARAWAY seems to be ignored

2012-04-13 Thread Swati R
plugin textcat.(for arabic language also) 1.5 BODY_8BITS BODY: Body includes 8 consecutive 8-bit characters The other rule (UNWANTED_LANGUAGE_BODY) applies sometimes only. But this plugin is definitely a good one for language based mail filtering. Regards, Swati R

Re: meta rules assistance

2012-04-10 Thread Swati R
I don't think you can ignore any rule. So I want to suggest workaround : If both rules will be applied, final score will be 0.26 (RULE 1 + RULE 2). If you don't want the score 0.26, you should change the score of RULE 2 to 0.24 so that your final score will remain 0.25. -Swati R On T

Rules for empty email body

2012-04-09 Thread Swati R
tachment :* * * mimeheader __ATTACHMENT Content-Type =~ /multipart\/mixed/i meta EMPTY_MAIL_ATTACH EMPTY_MAIL_BODY && __ATTACHMENT describe EMPTY_MAIL_ATTACH Empty mail body with attachment score EMPTY_MAIL_ATTACH 1.5 Any suggestions are always welcome. Regards, Swati R