SA Bugzilla – Bug 5262
RFE: tag_data for triggering whitelist_* entry
Last modified: 2006-12-31 02:19:34 UTC
whitelist_from(_rcvd) addresses may become obsolete over time; however it's not possible to find out which ones are still in use short of rebuilding SA's matching algorithm. It would help to determine the "active" entries if the whitelist_from(_rcvd) entry were loggable through a tag to allow something like "add_header all Status ... WL=_WHITELIST_TRIGGER_" to become X-Spam-Status: ... WL=foo@example.com for whitelist_from entries or X-Spam-Status: ... WL=foo@example.com,mail-out.example.com X-Spam-Status: ... WL=*@example.com,*.example.com for whitelist_from_rcvd (with and w/o wildcards) entries.