Rev 26 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
sa-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