Dimitri Yioulos wrote:
> On Tuesday June 06 2006 12:54 pm, you wrote:
> > On Tuesday June 06 2006 12:39 pm, you wrote:
> > > Will Nordmeyer wrote:
> > > > Just put
> > > > score FROM_DOMAIN_NOVOWEL <lowerscore>
> > > > 
> > > > in your local.cf
> > > > 
> > > > (IE:
> > > > score FROM_DOMAIN_NOVOWEL 0.3
> > > > 
> > > > You don't want to adjust it in the master file - your
> > > > adjustment would be overwritten everytime you upgraded.
> > > 
> > > Not to mention that this will only affect mail TO your domain,
> > > not from you.  If other people you are sending mail to happen to
> > > use SA, this rule will still hit with their score on their
> > > systems.
> > 
> 
> Thanks, everyone, for your responses.  I only see that rule hit
> when someone in our domain sends mail out (in truth, I haven't
> really kept an eye out for mail from domains that contain "a series
> of non-vowel letters).  The rule default score is 2.10 which, while
> it doesn't push total scores near spam level is, nonetheless,
> greater than desired.  And I don't want to whitelist my domain.

Why not?  Use whitelist_from_rcvd to prevent opening a hole.

>From the Mail::SpamAssassin::Conf manpage:

whitelist_from_rcvd [EMAIL PROTECTED] sourceforge.net
    Use this to supplement the whitelist_from addresses with a check
    against the Received headers. The first parameter is the address
    to whitelist, and the second is a string to match the relay's rDNS.

    This string is matched against the reverse DNS lookup used during
    the handover from the internet to your internal network's mail
    exchangers.  It can either be the full hostname, or the domain
    component of that hostname.  In other words, if the host that
    connected to your MX had an IP address that mapped to
    'sendinghost.spamassassin.org', you should specify
    "sendinghost.spamassassin.org" or just "spamassassin.org" here.

    Note that this requires that "internal_networks" be correct.  For
    simple cases, it will be, but for a complex network, or running
    with DNS checks off or with "-L", you may get better results by
    setting that parameter.

    e.g.

      whitelist_from_rcvd [EMAIL PROTECTED]  example.com
      whitelist_from_rcvd [EMAIL PROTECTED]      sergeant.org


-- 
Bowie

Reply via email to