log src/dnsbl.cpp @ 356:90d433d1382e

age author description
Sun, 08 Jan 2017 21:13:01 -0800 Carl Byington when extracting header fields, need to preserve the header value since that will be used by subsequent (dcc,spamd,etc) milters
Mon, 26 Dec 2016 16:27:22 -0800 Carl Byington only do greylisting if we don't have any whitelisted recipients
Mon, 26 Dec 2016 12:30:08 -0800 Carl Byington need to lowercase the domain extracted from the from header so it will match the keys in dkim_from
Mon, 26 Dec 2016 09:31:57 -0800 Carl Byington send the original mail from address to the verify server, not the srs/pvrs unwrapped version; recognize our own dkim signatures
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