spamassassin not working

outpernet

Verified User
Joined
May 26, 2003
Messages
245
a couple of weeks ago, suddenly, spamassassin stop working.. it works, but not with the user's preferences. All emails came tagged win [spam] and the system dont recognice any change in the user prefs.. this is happening near all servers... anyone is having this problem?
 
Is that only for a specific version of SpamAssassin?

We run our exim.conf file with:

transport_filter = /usr/bin/spamc

and SpamAssassin catches mail every day.

Not much though, as most is blocked by SpamBlocker.

The SpamBlocker exim.conf file as I distribute it still has only:

transport_filter = /usr/bin/spamc

We don't use Virtual SpamAssassin config files, so I wonder if that's why you need a different transport_filter line.

Can anyone can give me all the details so I can make sure our distribution copy of SpamBlocker eixm.conf is correct?

Thanks.

Jeff
 
Oops! The line I posted was incomplete!
The line that works for me is as follows:
transport_filter = /usr/bin/spamc -u ${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}

Once I'd changed to this, my per user preferences started working.
 
Last edited:
Now, I understand. This is necessary for per-user preferences to work.

Does DA automatically update everyone to have the ability for per-user preferences?

If it does, and the files are all there after the most recent DA update is installed, then I can change the download file.

Anyone?

Thanks.

Jeff
 
I seem to recall it is mentioned at the bottom of the instructions you get when you click on the SA icon in the control panel if SA is not yet installed on the server.
 
Back
Top