SPF and DKIM tests by default?

2012-02-08 Thread email builder
Hello, I have a server where I never customized any of the SA rules/tests (SA v.3.3.1).  The server does run sa-update every day.  Is this the right place to look to know what tests the server should be running? https://spamassassin.apache.org/tests_3_0_x.html From that page, it seems that SPF

Re: blacklist_from exceptions

2012-02-08 Thread Benny Pedersen
header __FROM_BADDOMAIN From =~ /some\.com/i header __FROM_BADDOMAIN_GOOD_TO To =~ /myser\@mydomain\.com/i meta FROM_BADDOMAIN_UNBLACKLIST_TO (__FROM_BADDOMAIN && __FROM_BADDOMAIN_GOOD_TO) score FROM_BADDOMAIN_UNBLACKLIST_TO -100 not solved it blocks usernames some.com add :addr after From a

Re: blacklist_from exceptions

2012-02-08 Thread Benny Pedersen
Den 2012-02-08 21:07, Rejaine Monteiro skrev: blacklist_from *@somedomain.com whitelist_to myu...@mydomain.com when you use blacklist_from you must use unblacklist_from not whitelist_to perldoc Mail::SpamAssassin::Conf everyone can write email to a to addr and thus the whitelist is not wor

Re: blacklist_from exceptions

2012-02-08 Thread Bowie Bailey
On 2/8/2012 3:56 PM, Rejaine Monteiro wrote: > solved.. (maybe, I will do more tests ...) > > I made this way: > > blacklist_from @domain.com > > and then, i create a meta test , like this: > > header __FROM_BADDOMAIN From =~ /some\.com/i > header __FROM_BADDOMAIN_GOOD_TO To =~ /myser\@mydom

Re: blacklist_from exceptions

2012-02-08 Thread Rejaine Monteiro
got better keeping the original version, only using de meta test... (without blacklist_fom ) header __FROM_DOMAIN From =~ /some\.com/i header __FROM_DOMAIN_TO To =~ /myuser\@mydomain\.com/i meta FROM_DOMAIN_IN_BLACKLIST (__FROM_DOMAIN && ! __FROM_DOMAIN_TO) score FROM_DOMAIN_IN_BLACKLIST 100

Re: blacklist_from exceptions

2012-02-08 Thread Martin Gregorie
On Wed, 2012-02-08 at 18:07 -0200, Rejaine Monteiro wrote: > > It's not exactly what I need ... I'll try to be clearer (sorry by poor > english) > > I need something like this: blacklist a entire @somedomain but accept > when the *recipient * (not the sender) is certain user of *my* domain > I

Re: blacklist_from exceptions

2012-02-08 Thread Rejaine Monteiro
solved.. (maybe, I will do more tests ...) I made this way: blacklist_from @domain.com and then, i create a meta test , like this: header __FROM_BADDOMAIN From =~ /some\.com/i header __FROM_BADDOMAIN_GOOD_TO To =~ /myser\@mydomain\.com/i meta FROM_BADDOMAIN_UNBLACKLIST_TO (__FROM_BADDOMA

Re: blacklist_from exceptions

2012-02-08 Thread Bowie Bailey
On 2/8/2012 3:07 PM, Rejaine Monteiro wrote: > > It's not exactly what I need ... I'll try to be clearer (sorry by poor > english) > > I need something like this: blacklist a entire @somedomain but accept > when the *recipient * (not the sender) is certain user of *my* domain > > Or ... blacklis

Re: blacklist_from exceptions

2012-02-08 Thread Rejaine Monteiro
It's not exactly what I need ... I'll try to be clearer (sorry by poor english) I need something like this: blacklist a entire @somedomain but accept when the *recipient * (not the sender) is certain user of *my* domain Or ... blacklist_from *@somedomain.com except when destination is myuse

Re: Spamassassin 3.3.2 for Ubuntu LTS

2012-02-08 Thread Benny Pedersen
aptitude install python-software-properties add-apt-repository ppa:patrickdk/general-lucid aptitude update aptitude install spamassassin spamc sa-update sa-compile /etc/init.d/spamassassin restart sa-compile needs Mail::SpamAssassin::Plugin::Rule2XSBody in v320.pre else sa-compile is wasted c

Re: Getting high spam score for email server hosted on AWS instance

2012-02-08 Thread Joe Sniderman
On 02/08/2012 12:22 PM, Joe Sniderman typed hurriedly: > IOW, 196.254.0.0/16 no longer matches as of 3.3 Well, I meant to type 169.254.0.0/16... but then.. obvious typo is obvious. -- Joe Sniderman

Re: Getting high spam score for email server hosted on AWS instance

2012-02-08 Thread Joe Sniderman
On 02/08/2012 08:57 AM, Michael Scheidell wrote: > On 2/8/12 6:41 AM, Sharma, Ashish wrote: >> Hi, >> >> I have a mail server setup on an AWS instance. >> >> When I am sending mails via this setup to a test spamassassin setup >> that acts as an email receiver server, I am getting high spam scores >

Re: Getting high spam score for email server hosted on AWS instance

2012-02-08 Thread Michael Scheidell
On 2/8/12 6:41 AM, Sharma, Ashish wrote: Hi, I have a mail server setup on an AWS instance. When I am sending mails via this setup to a test spamassassin setup that acts as an email receiver server, I am getting high spam scores as follows: [FROM_LOCAL_HEX=0.331, HTML_IMAGE_ONLY_24=1.282, HT

Getting high spam score for email server hosted on AWS instance

2012-02-08 Thread Sharma, Ashish
Hi, I have a mail server setup on an AWS instance. When I am sending mails via this setup to a test spamassassin setup that acts as an email receiver server, I am getting high spam scores as follows: [FROM_LOCAL_HEX=0.331, HTML_IMAGE_ONLY_24=1.282, HTML_MESSAGE=0.001, RCVD_ILLEGAL_IP=3.399, T

Re: Lots of comment in mail, how to score

2012-02-08 Thread Martin Gregorie
On Wed, 2012-02-08 at 03:04 +, Martin Gregorie wrote: > If you cut and paste this example as a file and feed it to your browser, > you should see the first body line in bold red letters. I've tested this > with FireFox and Lynx, which work as I expected. > Correction: FireFox and Opera. Lynx ig