------- 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=501
Summary: Ability to remove headers in ACL
Product: Exim
Version: N/A
Platform: All
OS/Version: All
Status: NEW
Severity: wishlist
Priority: medium
Component: ACLs
AssignedTo: ph10@???
ReportedBy: michael.reynolds@???
QAContact: exim-dev@???
I feel there should be a method of removing specific headers from a message.
For example:
remove_header = From: bob@???
..which would remove the header only if it matched perfectly.
Optionally, there could be pattern matching or simple wildcard matching, such
as:
remove_header = Received: *
..which would remove all received headers.
The reason behind this request is because once a message reaches a transport,
it's essentially impossible to do anything useful with the message.
--
Configure bugmail:
http://www.exim.org/bugzilla/userprefs.cgi?tab=email