We're using Exim 4.2 with Exiscan and accessing spamd from another server on
our network.
I thought we had a limit set in our ocnfiguration to tell exim to not scan
files greater than 100k. below is the entry.
##don;t scan emails greater than 100k
warn message = X-Spam-Score: $spam_score ($spam_bar)
condition = ${if <{$message_size}{100k}{1}{0}}
spam = nobody:true
###end of file size check
But, after looking at my log for spamassassin, I see that some files being
scanned are greater than 100K (the 4th entry of my log)
Feb 27 12:10:12 spam-filter spamd[4916]: clean message (0.3/5.0) for
nobody:32767 in 5.4 seconds, 2330 bytes.
Feb 27 12:10:13 spam-filter spamd[4917]: identified spam (8.0/5.0) for
nobody:32767 in 5.4 seconds, 15683 bytes.
Feb 27 12:10:16 spam-filter spamd[4921]: clean message (2.7/5.0) for
nobody:32767 in 2.3 seconds, 1258 bytes.
Feb 27 12:10:17 spam-filter spamd[4865]: clean message (0.3/5.0) for
nobody:32767 in 70.5 seconds, 3146783 bytes.
Feb 27 12:10:18 spam-filter spamd[4920]: clean message (1.6/5.0) for
nobody:32767 in 8.2 seconds, 5148 bytes.
Is my configuration entry correct?
Frank
---------------------------------------------
Frank DeChellis, President
Internet Access Worldwide
3 East Main St. Welland, ON, Canada L3B 3W4
1-905-714-1400
http://www.iaw.com
---------------------------------------------