------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.exim.org/show_bug.cgi?id=198 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Git Commit <[email protected]> 2012-07-27 21:17:06 --- Git commit: http://git.exim.org/exim.git/commitdiff/e7568d513f9b5a853e5cdb5db8b2cc0d53f79981 commit e7568d513f9b5a853e5cdb5db8b2cc0d53f79981 Author: Todd Lyons <[email protected]> AuthorDate: Thu Jul 26 13:31:20 2012 -0700 Commit: Todd Lyons <[email protected]> CommitDate: Fri Jul 27 12:52:46 2012 -0700 bug #198: add remove_header acl modifier. used patch from magnus holmgren dated 2007-02-20. added documentation. added tests to detect proper operation. ---- doc/doc-docbook/spec.xfpt | 85 +++++++++++++++++++++++++++++++++++++-- doc/doc-txt/ChangeLog | 3 + doc/doc-txt/NewStuff | 3 + src/src/acl.c | 39 ++++++++++++++++++ src/src/globals.c | 1 + src/src/globals.h | 1 + src/src/receive.c | 34 ++++++++++++++++ src/src/smtp_in.c | 1 + test/confs/0567 | 91 ++++++++++++++++++++++++++++++++++++++++++ test/log/0567 | 10 +++++ test/mail/0567.rcptok | 45 +++++++++++++++++++++ test/rejectlog/0567 | 2 + test/scripts/0000-Basic/0567 | 49 ++++++++++++++++++++++ test/stdout/0567 | 8 ++++ 14 files changed, 368 insertions(+), 4 deletions(-) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
