Your message dated Sun, 14 Apr 2019 13:11:29 +0200 with message-id <[email protected]> and subject line Re: Bug#221698: exim4: please include support for ACLs replacing headers has caused the Debian Bug report #221698, regarding exim4: please include support for ACLs replacing headers to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 221698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=221698 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: exim4 Version: 4.24-3 Severity: wishlist At our site, we use exim4 (backported from sid to woody) with SpamAssassin and clamav for spam and virus checking. Mail over a certain SA limit is simply rejected ("deny" in the DATA ACL), but mail under that is tagged ("warn" in the DATA ACL, adding X-Spam-Score and X-Spam-Report). However, there are often already such header lines in the message (for various reasons), and it would be nice to have the ability to rename or simply remove them first, causing less problems with filtering for clients. One approach would be adding something like X-Local-Spam-Score in the ACL and have a later redirect router that does header_remove on X-Spam-Score, header_add on X-Spam-Score: $h_local-spam-score, and then finally header_remove in X-Local-Spam-Score, but this seems unneccessarily ugly. Could one have something like "warn replace_message = " in the DATA ACL? -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux cassarossa 2.4.23-rc1 #1 SMP Wed Nov 12 20:30:16 CET 2003 i686 Locale: LANG=en_US, LC_CTYPE=en_US.ISO8859-1 Versions of packages exim4 depends on: ii exim4-base 4.24-3 EXperimental Internal Mailer -- a ii exim4-daemon-heavy 4.24-3 Exim (v4) with extended features,
--- End Message ---
--- Begin Message ---Version: 4.82-1 On 2003-11-19 "Steinar H. Gunderson" <[email protected]> wrote: > Package: exim4 > Version: 4.24-3 > Severity: wishlist > At our site, we use exim4 (backported from sid to woody) with > SpamAssassin and clamav for spam and virus checking. Mail over a certain > SA limit is simply rejected ("deny" in the DATA ACL), but mail under > that is tagged ("warn" in the DATA ACL, adding X-Spam-Score and > X-Spam-Report). However, there are often already such header lines in > the message (for various reasons), and it would be nice to have the > ability to rename or simply remove them first, causing less problems > with filtering for clients. > One approach would be adding something like X-Local-Spam-Score in the > ACL and have a later redirect router that does header_remove on > X-Spam-Score, header_add on X-Spam-Score: $h_local-spam-score, and then > finally header_remove in X-Local-Spam-Score, but this seems > unneccessarily ugly. Could one have something like "warn replace_message > = " in the DATA ACL? Hello, 4.82 featured 12. New ACL modifier "remove_header" can remove headers before message gets handled by routers/transports. which can be combined with 4.62's add_header to replace headers. cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
--- End Message ---

