Rev 27 | Blame | Compare with Previous | Last modification | View Log | RSS feed
sa-exim (4.2.1-14) unstable; urgency=lowIf you are using sa-exim's greylisting plugin for SpamAssassin you maywant to review your setup. Previously the documentation recommendedrunning spamd as the "nobody" user. This is not a very goodrecommendation as nobody/nogroup should be completely unprivileged andthus not own anything. This version won't change the ownership of anydirectories or files and won't try to fix your SpamAssassinconfiguration, but if you haven't modified /etc/cron.d/greylistcleanit will be changed to run greylistclean as "Debian-exim", which won'twork if the greylisting data is owned by nobody:nogroup.-- Magnus Holmgren <holmgren@debian.org> Sun, 18 Sep 2011 23:19:53 +0200sa-exim (4.2.1-8) unstable; urgency=medium* Since version 4.67-1, exim4 only exports those symbols that are partof the official local_scan API. Unfortunately, sa-exim has all alongcheated and declared some "extern" variables by itself, something thatno longer works. For one of these, body_linecount, no workaround iscurrently possible, meaning that it will not be updated if the messagebody is rewritten (by way of SpamAssassin's report_safe together withSARewriteBody: 1 in sa-exim.conf. This means that if you use$body_linecount or $message_linecount in string expansions in yourExim configuration, they will refer to the line count before rewritingthe message body.This change will hopefully be restored soon, either by extending thelocal_scan API or by making Exim count the lines.-- Magnus Holmgren <magnus@kibibyte.se> Thu, 26 Apr 2007 16:22:49 +0200