Mercurial > dnsbl
log src/dnsbl.cpp @ 348:8fe6d5120771
age | author | description |
---|---|---|
Fri, 23 Dec 2016 09:43:50 -0800 | Carl Byington | need to actually use the modified recipient in the verifier |
Fri, 23 Dec 2016 09:35:10 -0800 | Carl Byington | need to strip <> from recipient address before sending to verifier |
Fri, 23 Dec 2016 08:17:18 -0800 | Carl Byington | send the original recipient address to the verify server, not the srs/pvrs unwrapped version |
Fri, 23 Dec 2016 07:19:39 -0800 | Carl Byington | allow envelope from whitelisting without dkim override for mail from localhost, or where the from address is root@* |
Wed, 21 Dec 2016 15:08:28 -0800 | Carl Byington | when dkim require_signed overrides envelope from whitelisting, we still want to check dns based white/blacklists before content filtering |
Tue, 20 Dec 2016 17:21:26 -0800 | Carl Byington | set st in all paths; missing +1 to avoid lookup starting with @ |
Tue, 20 Dec 2016 17:13:48 -0800 | Carl Byington | need to convert nl and tab to spaces in header values before regexec |