PDA

View Full Version : localuser local_delivery problem



freshslo
03-07-2009, 07:26 AM
HI !

I use spamblocker 3.1beta, exim, spamassassian and clamav. Sometimes I get spam emails to inbox. When I look at header of message they don't include lines of spamassassian (X-SPAM). In maillog

2009-03-07 12:37:12 1Lfuq8-0006vO-Ol <= <> H=mail-out.powercom.si [93.103.4.45] P=esmtp S=1106 id=002101c99f18$f6e8e760$c822a133@comphtfz T="How to get rid of bad xlife?" from <> for jetski@jetski.si
2009-03-07 12:37:13 1Lfuq8-0006vS-QD <= <> U=mail P=spam-scanned S=3624 id=002101c99f18$f6e8e760$c822a133@comphtfz T="*****SPAM***** How to get rid of bad xlife?" from <> for jetski@jetski.si
2009-03-07 12:37:13 1Lfuq8-0006vS-QD => jetski <jetski@jetski.si> F=<> R=localuser T=local_delivery S=3717

Why some email get localuser and local_delivery ??? How can I this correct ?

nobaloney
03-08-2009, 03:32 PM
I haven't looked at the code for a while... but ...

Is the email originating on your server? And getting delivered on your server? If so, then this is reasonable behavior.

Jeff

freshslo
03-09-2009, 04:01 AM
Nope. It's not originated on my server.

nobaloney
03-09-2009, 07:29 AM
Check your setting for maximum size of email to run through SpamAssassin. I don't know where to find that, and I don't even know for sure if it's an available option in the SpamAssassin configuration, but it's a logical thing to check.

Also check for the batch_max = 100 configuration variable in your exim.conf file; you may need to adjust it (documentation at exim.org).