localuser local_delivery problem

freshslo

Verified User
Joined
Mar 7, 2009
Messages
6
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 [email protected]
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 [email protected]
2009-03-07 12:37:13 1Lfuq8-0006vS-QD => jetski <[email protected]> F=<> R=localuser T=local_delivery S=3717

Why some email get localuser and local_delivery ??? How can I this correct ?
 
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
 
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).
 
Back
Top