amavis wrote:

> Hi,

> I am facing a very unusual problem. Mails received from a particular  
> domain on the e-mail gateway for processing are tagged as SPAM because  
> of high scores . I checked and found that most of the mails ( about  
> 90%) of it is always genuine mail.This is a problem for e-mails  
> received from this one particular domain only.

> Any suggestions as to how I can increase the limit of spam score for  
> the mails received for this particular domain only?

> Thank you.

> -Admin

It's not clear if you are talking about a sending domain, or a
recipient domain. If it's a sending domain, look at what spamassassin
rules hit. Maybe they are unique enough where you could adjust the
scores for those rules down a little. You could also write you own
spamassassin rule to lower the score a bit. Yahoo was hit pretty hard
by a few rules in some versions of SpamAssassin and this was resolved
in the newest versions, so it's possible you could have a similar
situation (need to upgrade).

http://wiki.apache.org/spamassassin/WritingRules

If it's a recipient domain, you can adjust tag2_level and kill_level.
For static tables there are some examples in amavisd.conf-sample:

[EMAIL PROTECTED] = (
#  { '[EMAIL PROTECTED]' => 8.0, '.example.com' => 6.0 },
#  \$sa_tag2_level_deflt,   # catchall default
#);
[EMAIL PROTECTED] = (
#  { '[EMAIL PROTECTED]' => 8.0, '.example.com' => 6.0 },
#  \$sa_kill_level_deflt,   # catchall default
#);

Gary V


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to