> From: "Jeffrey Holste" <[EMAIL PROTECTED]> > To: <[email protected]> > Date: Mon, 7 Mar 2005 14:32:58 -0700 > Subject: SIMScan and Spam Passthru > > Used the toaster to setup a Debian based server. It is working well EXCEPT > any piece of email flagged as Spam is not getting passed thru. Good email > gets X-Spam-Status:No flag and goes through fine. Spam gets ided as Spam in > the mail.log and blocked. I prefer it to got through so the user can catch > false positives for the time being. I used the following (pasted exactly > from the toaster page). > > ./configure --enable-user=clamav \ > --enable-clamav=y \ > --enable-spam=y \ > --enable-spam-passthru=y \ > --enable-per-domain=y \ > --enable-ripmime \ > --enable-attach=y \ > --enable-received=y > > > Any ideas what else to check or look for? > > >
Make sure you have your simcontrol file configured to allow spam passthru: This is included in the simscan section of the qmail WIKI, (http://www.qmailwiki.org/index.php?title=Simscan)but not in Bill's toaster. :clam=yes,spam=yes,spam_passthru=yes,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif Don't forget to run simscanmk after you make the changes. -- Jason [EMAIL PROTECTED]
