[exim-dev] [Bug 198] Remove headers before DATA ACL

Top Page
Delete this message
Reply to this message
Author: bug198
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 198] Remove headers before DATA ACL
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

http://www.exim.org/bugzilla/show_bug.cgi?id=198


holmgren@??? changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|ph10@???       |holmgren@???
             Status|NEW                         |ASSIGNED





------- Comment #1 from holmgren@??? 2007-02-20 15:25 -------
Created an attachment (id=74)
--> (http://www.exim.org/bugzilla/attachment.cgi?id=74&action=view)
Implement remove_header ACL modifier

This is an attempt at implementing a remove_header modifier to complement the
add_header modifier. The syntax is the same as that of the headers_remove
option of routers and transports: a colon-separated list of header field names
(sorry, no wildcarding at this time). Header removals are "committed" just
before additions are, which happens two times (three with content scanning)
during ACL processing: just after the message body has been received and after
the DATA ACL has been run (with content scanning it also happens once after the
MIME ACL has been run for all body parts). This means e.g. that you can remove
a header added in the RCPT ACL in the DATA ACL, but you can't remove it in the
pre-DATA ACL.

--
Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email