Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: ltwally on February 13, 2007, 07:11:15 PM

Title: spam
Post by: ltwally on February 13, 2007, 07:11:15 PM
We have an email account that we need the spamfilter completely turned off for, without affecting the other accounts' spamfiltering.

How is this accomplished?

Thanks in advance.
Title: figure it out
Post by: ltwally on February 16, 2007, 06:22:27 PM
I figured it out.  Well, actually, a helpful soul on irc.freenode.net #sme-en showed me how.

Anyways, for anyone that needs to do this, here is how:
Code: [Select]
db accounts setprop %USERNAME SortSpam disabled
signal-event user-modify %USERNAME


After that, that account should no longer have a spamfilter (ie. SpamAssassin).  You can verify this in the following file:
/home/e-smith/files/users/%USERNAME/.qmail
It should read "# sortspam disabled " near the bottom.

-ltwally
Title: spam
Post by: JonB on February 16, 2007, 11:26:54 PM
Quote
After that, that account should no longer have a spamfilter (ie. SpamAssassin).


This is not correct. All you have done is disabled the sorting of tagged spam into the users Junk folder.

The users email will still pass through spamassassin, email over the tag limit set in the email settings will still be tagged as [spam] and if you have set a spam reject level those emails will still be rejected.

Jon