log

age author description
2017-03-09 Carl Byington handle a and a: elements in spf txt records stable-6-0-52-3
2017-03-08 Carl Byington Added tag stable-6-0-52-2 for changeset 74baa26dbe7a
2017-03-08 Carl Byington only ntohl() once during recursive spf txt processing stable-6-0-52-2
2017-03-08 Carl Byington only ntohl() once during recursive spf txt processing
2017-03-07 Carl Byington Added tag stable-6-0-52 for changeset a8cf6a3da907
2017-03-07 Carl Byington document dkim/spf processing stable-6-0-52
2017-03-07 Carl Byington Added tag stable-6-0-51-2 for changeset dffedbdc8566
2017-03-07 Carl Byington start parsing spf txt records stable-6-0-51-2
2017-03-07 Carl Byington start parsing spf txt records
2017-03-07 Carl Byington start parsing spf txt records
2017-03-07 Carl Byington start parsing spf txt records
2017-03-07 Carl Byington start parsing spf txt records
2017-03-07 Carl Byington start parsing spf txt records
2017-03-06 Carl Byington start parsing spf txt records
2017-03-06 Carl Byington start parsing spf txt records
2017-03-06 Carl Byington start parsing spf txt records
2017-03-06 Carl Byington start parsing spf txt records
2017-03-06 Carl Byington Added tag stable-6-0-51-2 for changeset c378e9d03f37
2017-03-06 Carl Byington start parsing spf txt records
2017-03-01 Carl Byington fetch spf txt records for required dkim signers
2017-02-20 Carl Byington Added tag stable-6-0-50 for changeset e42923f8f3fd
2017-02-20 Carl Byington better message for dkim signers listed on surbl stable-6-0-50
2017-02-18 Carl Byington Added tag stable-6-0-50 for changeset 7fd39f029936
2017-02-18 Carl Byington reject if dkim signer is listed on surbl
2017-02-08 Carl Byington Added tag stable-6-0-49 for changeset aeb4480a2a95
2017-02-08 Carl Byington avoid packaging generated dnsbl.service file stable-6-0-49
2017-02-08 Carl Byington Added tag stable-6-0-49 for changeset 7361afe0df4f
2017-02-08 Carl Byington avoid makedist removing dnsbl-tmpfs.conf
2017-02-08 Carl Byington Added tag stable-6-0-49 for changeset df7dc6b2b153
2017-02-08 Carl Byington install dnsblnogrey/whiteclnt for dccifd
2017-02-08 Carl Byington RHEL7 systemd and /var/run on tmpfs
2017-01-17 Carl Byington Added tag stable-6-0-48 for changeset fd145e9a3df0
2017-01-17 Carl Byington fix infinite loop stable-6-0-48
2017-01-16 Carl Byington Added tag stable-6-0-48 for changeset 9fc05f3a824f
2017-01-16 Carl Byington allow upstream opendkim header to be wrapped
2017-01-16 Carl Byington Added tag stable-6-0-48 for changeset df45a2377632
2017-01-16 Carl Byington allow upstream opendkim header to be wrapped
2017-01-16 Carl Byington Added tag stable-6-0-48 for changeset bcfbffe254ed
2017-01-16 Carl Byington check whitelisted dkim signers before dkim_from restrictions
2017-01-16 Carl Byington Added tag stable-6-0-48 for changeset 17f21fcd44a8
2017-01-16 Carl Byington allow quoted comma separated multiple signers in the dkim_from config entries
2017-01-16 Carl Byington Added tag stable-6-0-48 for changeset ef7479b2d64f
2017-01-16 Carl Byington use the last @domain in the from: header
2017-01-09 Carl Byington Added tag stable-6-0-48 for changeset 90d433d1382e
2017-01-09 Carl Byington when extracting header fields, need to preserve the header value since that will be used by subsequent (dcc,spamd,etc) milters
2016-12-27 Carl Byington Added tag stable-6-0-48 for changeset 2fd904f2efc2
2016-12-27 Carl Byington only do greylisting if we don't have any whitelisted recipients
2016-12-26 Carl Byington Added tag stable-6-0-48 for changeset f5a6740cabee
2016-12-26 Carl Byington need to lowercase the domain extracted from the from header so it will match the keys in dkim_from
2016-12-26 Carl Byington Added tag stable-6-0-48 for changeset f4ca91f49cb6
2016-12-26 Carl Byington send the original mail from address to the verify server, not the srs/pvrs unwrapped version; recognize our own dkim signatures
2016-12-23 Carl Byington Added tag stable-6-0-48 for changeset 8fe6d5120771
2016-12-23 Carl Byington need to actually use the modified recipient in the verifier
2016-12-23 Carl Byington Added tag stable-6-0-48 for changeset 66969443a012
2016-12-23 Carl Byington need to strip <> from recipient address before sending to verifier
2016-12-23 Carl Byington Added tag stable-6-0-48 for changeset 891281cb6d3d
2016-12-23 Carl Byington send the original recipient address to the verify server, not the srs/pvrs unwrapped version
2016-12-23 Carl Byington Added tag stable-6-0-48 for changeset 6d27b4f45799
2016-12-23 Carl Byington allow envelope from whitelisting without dkim override for mail from localhost, or where the from address is root@*
2016-12-21 Carl Byington Added tag stable-6-0-48 for changeset be776a246f97
2016-12-21 Carl Byington when dkim require_signed overrides envelope from whitelisting, we still want to check dns based white/blacklists before content filtering
2016-12-21 Carl Byington Added tag stable-6-0-48 for changeset f375a67ee516
2016-12-21 Carl Byington set st in all paths; missing +1 to avoid lookup starting with @
2016-12-21 Carl Byington need to convert nl and tab to spaces in header values before regexec
2016-12-21 Carl Byington Added tag stable-6-0-48 for changeset 354b15b8b263
2016-12-21 Carl Byington header from may appear very early in unsigned messages
2016-12-20 Carl Byington missing ==0 testing for from header, we were scanning all the non-from headers
2016-12-20 Carl Byington log regexec error extracting domain from header
2016-12-20 Carl Byington allow missing domain in header from value
2016-12-19 Carl Byington allow dkim whitelisting to override uribl hosts in the mail body
2016-12-19 Carl Byington ignore envelope-from based whitelisting if we have a dkim requirement for that domain
2016-12-19 Carl Byington allow multiple dkim signers in authentication results
2016-12-19 Carl Byington allow multiple dkim signers in authentication results
2016-12-19 Carl Byington allow multiple dkim signers in authentication results
2016-12-19 Carl Byington allow multiple dkim signers in authentication results
2016-12-18 Carl Byington add dkim white/black listing
2016-12-18 Carl Byington add dkim white/black listing
2016-12-18 Carl Byington add dkim white/black listing
2016-12-18 Carl Byington add dkim white/black listing
2016-12-17 Carl Byington add dkim white/black listing
2016-12-17 Carl Byington more smtp verify logging
2016-09-22 Carl Byington Added tag stable-6-0-47 for changeset e2dc882839f6
2016-09-22 Carl Byington better smtp verify logging stable-6-0-47
2016-09-21 Carl Byington Added tag stable-6-0-47 for changeset f7c5cfb76e86
2016-09-21 Carl Byington better smtp verify logging
2016-09-19 Carl Byington Added tag stable-6-0-46 for changeset ef5a6099cbe7
2016-09-19 Carl Byington enable smtp verify logging stable-6-0-46
2016-09-19 Carl Byington Added tag stable-6-0-46 for changeset 9c71faaae576
2016-09-19 Carl Byington enable smtp verify logging
2016-09-19 Carl Byington enable smtp verify logging
2016-09-19 Carl Byington enable smtp verify logging
2016-08-03 Carl Byington update tld from mozilla
2016-05-27 Carl Byington update tld from mozilla
2016-05-27 Carl Byington updated tld on 2015-10-15
2015-04-09 Carl Byington Added tag stable-6-0-45 for changeset 1f40b1b0ad31
2015-04-09 Carl Byington add bitcoin donation address stable-6-0-45
2015-01-16 Carl Byington update tld.conf for new zones
2014-10-14 Carl Byington Added tag stable-6-0-44 for changeset 52430ef70440
2014-10-14 Carl Byington Generic regex now matches against the reverse dns PTR value stable-6-0-44
2014-10-14 Carl Byington Generic regex now matches against the reverse dns PTR value
2014-10-13 Carl Byington update tld.conf for new zones
2014-10-13 Carl Byington ignore www.google-analytics.com
2014-09-09 Carl Byington add linode.com to generic regex
2014-07-18 Carl Byington Added tag stable-6-0-43 for changeset 05b604c99e06
2014-07-18 Carl Byington allow broken SRS0+ rather than the correct SRS0= tag stable-6-0-43
2014-07-18 Carl Byington allow broken SRS0+ rather than the correct SRS0= tag
2014-07-18 Carl Byington allow broken SRS0+ rather than the correct SRS0= tag
2014-07-18 Carl Byington allow broken SRS0+ rather than the correct SRS0= tag
2014-06-29 Carl Byington Added tag stable-6-0-42 for changeset 9f0d9fcb58dd
2014-06-29 Carl Byington Never add auto-whitelist entries for outgoing mail from localhost stable-6-0-42
2014-03-21 Carl Byington Unique ip connection limits only apply to authenticated connections
2014-03-21 Carl Byington update tld.conf, ignore domains with no ns records
2014-03-21 Carl Byington updated tld.conf from mozilla
2014-02-05 Carl Byington Added tag stable-6-0-40 for changeset 9bd5388bf469
2014-02-05 Carl Byington Fix possible segfault in mlfi_connect, hostaddr might be null stable-6-0-40
2013-12-31 Carl Byington Added tag stable-6-0-39 for changeset 896b9393d3f0
2013-12-31 Carl Byington Fix segfault caused by freeing unallocated memory stable-6-0-39
2013-12-24 Carl Byington Added tag stable-6-0-38 for changeset e276180647ab
2013-12-24 Carl Byington Activate check for unique ip connection limits stable-6-0-38
2013-12-19 Carl Byington Added tag stable-6-0-37 for changeset 2b77295fb9a7