At 01:08 AM 3/27/04 -0700, LuKreme wrote:
I have a user with a photoworks account whos mail is being tagged as spam, so I added photoworks to the user's whitelist.

% grep white ~*munged*/.spamassassin/user_prefs
whitelist_from  [EMAIL PROTECTED]

<snip>

why isn't the whitelist_from being applied?

% psa spamd
postfix 21353 0.0 3.2 22204 20784 ?? Ss 12:58AM 0:00.99 /usr/local/bin/spamd -u postfix -d -m 16 (perl)

I believe the reason your whitelist isn't being applied is you're forcing spamd to only run as one user.. postfix.. your user_prefs is never read unless *munged* = postfix.


If you really need per-user userprefs, start spamd as root, and then pas -u (username) to spamc instead of spamd.



Reply via email to