On 7/16/2010 2:31 PM, Cliff Hayes wrote: > Hello, > > Our webmail server is on the same server as sendmail and spamassassin. > > I would like to filter outbound webmail but can't because the most recent > versions of spamassassin have 127.0.0.1 trusted by default. > > How can I override this? Or is that a bad idea for other reasons? >
As Benny suggested, you can reduce, or zero, the rule scores. However, that is covering up the symptoms, and you should consider fixing the underlying problem. If you're seeing NO_RELAYS fire, there's a problem with your mail setup. Period. It *should* be "impossible" for mail to get to SA without having any Received: headers in it. Even if it is local delivery, it should have a Received: header somewhere. Mail doesn't just appear out of nowhere, without ever being touched by your server, and end up in SpamAssassin. I'm concerned that either: 1) your MTA isn't adding a Received: header before SA gets called (sometimes a problem with hackish MTA layer integrations) 2) Your MTA is adding a Received: header, but it is garbage and unparsable (check for UNPARSABLE_RELAY hits) > Thanks in advance, > > Cliff > > >