Requests for Enhancement
2007-11-10 by Jim Hermann
Would it be possible to allow the report parameter to take precedance in a racl whitelist line? I have report = delays, so I don't clutter undelayed email with an extra Header line. However, I would like to have reports for special whitelist scenarios: racl whitelist dnsrbl "white" report "From %f at IP %i - Sender IP on list.dnswl.org, not delayed by %V" racl whitelist addr 64.12.136.0/24 spf report "SPF_OK From %f at IP % i - Sender IP whitelisted, not delayed by %V" # AOL racl whitelist addr 64.233.162.0/24 spf report "SPF_OK From gmail.com" # zproxy.gmail.com I think that this change would make use of report more consistent with other actions that override the global value: delay, autowhite, spf, auth, and tls. Jim