Tue, 18 Sep 2018 09:49:21 -0700 |
Carl Byington |
ignore dnswl entries if the sender is <>
stable-6-0-73
|
Wed, 06 Jun 2018 07:29:48 -0700 |
Carl Byington |
add unsigned_black for enforcement of dmarc policy
stable-6-0-72
|
Mon, 04 Jun 2018 16:25:06 -0700 |
Carl Byington |
add unsigned_black for enforcement of dmarc policy
stable-6-0-70
|
Fri, 05 Jan 2018 17:23:19 -0800 |
Carl Byington |
always call dcc code so we get log entries
stable-6-0-67
|
Fri, 03 Nov 2017 10:50:12 -0700 |
Carl Byington |
code cleanup
stable-6-0-65
|
Fri, 03 Nov 2017 09:57:13 -0700 |
Carl Byington |
fix syslog for long messages, supress dkim checks for mail from localhost
stable-6-0-64
|
Tue, 24 Oct 2017 08:54:45 -0700 |
Carl Byington |
allow syslogging of long txt records
|
Tue, 03 Oct 2017 09:59:54 -0700 |
Carl Byington |
include arpa/nameser.h earlier
stable-6-0-62
|
Mon, 02 Oct 2017 15:09:55 -0700 |
Carl Byington |
allow 4000 byte spf txt records
stable-6-0-61
|
Fri, 18 Aug 2017 09:11:35 -0700 |
Carl Byington |
hosts-ignore.conf can be used to ignore nameserver names
|
Wed, 26 Apr 2017 09:20:35 -0700 |
Carl Byington |
spf code now handles mx,exists,ptr tags, multiple A records, %{i} macro
stable-6-0-57
|
Tue, 25 Apr 2017 15:23:33 -0700 |
Carl Byington |
spf code now handles mx,exists,ptr tags, multiple A records, %{i} macro
|
Tue, 25 Apr 2017 14:48:19 -0700 |
Carl Byington |
spf code now handles mx,exists,ptr tags, multiple A records, %{i} macro
|
Sun, 16 Apr 2017 09:12:08 -0700 |
Carl Byington |
require 3 dots in bare ip addresses
stable-6-0-55
|
Sun, 16 Apr 2017 09:06:52 -0700 |
Carl Byington |
require 3 dots in bare ip addresses
|
Mon, 13 Mar 2017 19:09:59 -0700 |
Carl Byington |
suppress duplicate calls to acceptable_content for messages with multiple recipients using the same filtering context
|
Mon, 06 Mar 2017 18:39:09 -0800 |
Carl Byington |
start parsing spf txt records
stable-6-0-51-2
|
Mon, 06 Mar 2017 17:14:41 -0800 |
Carl Byington |
start parsing spf txt records
|
Mon, 06 Mar 2017 16:55:44 -0800 |
Carl Byington |
start parsing spf txt records
|
Mon, 06 Mar 2017 16:22:15 -0800 |
Carl Byington |
start parsing spf txt records
|
Mon, 06 Mar 2017 15:41:14 -0800 |
Carl Byington |
start parsing spf txt records
|
Mon, 06 Mar 2017 15:03:38 -0800 |
Carl Byington |
start parsing spf txt records
|
Mon, 06 Mar 2017 14:30:41 -0800 |
Carl Byington |
start parsing spf txt records
|
Mon, 06 Mar 2017 14:01:14 -0800 |
Carl Byington |
start parsing spf txt records
|
Mon, 06 Mar 2017 12:21:05 -0800 |
Carl Byington |
start parsing spf txt records
|
Tue, 28 Feb 2017 17:02:07 -0800 |
Carl Byington |
fetch spf txt records for required dkim signers
|
Mon, 20 Feb 2017 08:38:48 -0800 |
Carl Byington |
better message for dkim signers listed on surbl
stable-6-0-50
|
Sat, 18 Feb 2017 15:06:32 -0800 |
Carl Byington |
reject if dkim signer is listed on surbl
|
Mon, 16 Jan 2017 13:50:38 -0800 |
Carl Byington |
allow upstream opendkim header to be wrapped
|
Mon, 16 Jan 2017 13:08:00 -0800 |
Carl Byington |
allow upstream opendkim header to be wrapped
|
Mon, 16 Jan 2017 08:23:26 -0800 |
Carl Byington |
use the last @domain in the from: header
|
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
|
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
|
Tue, 20 Dec 2016 16:54:32 -0800 |
Carl Byington |
header from may appear very early in unsigned messages
|
Tue, 20 Dec 2016 09:20:15 -0800 |
Carl Byington |
missing ==0 testing for from header, we were scanning all the non-from headers
|
Mon, 19 Dec 2016 17:11:39 -0800 |
Carl Byington |
log regexec error extracting domain from header
|
Mon, 19 Dec 2016 15:32:32 -0800 |
Carl Byington |
allow dkim whitelisting to override uribl hosts in the mail body
|
Mon, 19 Dec 2016 12:05:06 -0800 |
Carl Byington |
ignore envelope-from based whitelisting if we have a dkim requirement for that domain
|
Mon, 19 Dec 2016 08:29:16 -0800 |
Carl Byington |
allow multiple dkim signers in authentication results
|
Sun, 18 Dec 2016 17:55:16 -0800 |
Carl Byington |
allow multiple dkim signers in authentication results
|
Sun, 18 Dec 2016 17:19:50 -0800 |
Carl Byington |
allow multiple dkim signers in authentication results
|
Sun, 18 Dec 2016 16:51:33 -0800 |
Carl Byington |
allow multiple dkim signers in authentication results
|
Sat, 17 Dec 2016 21:59:23 -0800 |
Carl Byington |
add dkim white/black listing
|
Sat, 17 Dec 2016 18:03:59 -0800 |
Carl Byington |
add dkim white/black listing
|
Sat, 17 Dec 2016 17:04:52 -0800 |
Carl Byington |
add dkim white/black listing
|
Sat, 17 Dec 2016 13:47:28 -0800 |
Carl Byington |
add dkim white/black listing
|
Mon, 19 Sep 2016 09:11:30 -0700 |
Carl Byington |
enable smtp verify logging
|
Sun, 18 Sep 2016 18:32:37 -0700 |
Carl Byington |
enable smtp verify logging
|
Mon, 13 Oct 2014 20:48:40 -0700 |
Carl Byington |
Generic regex now matches against the reverse dns PTR value
|
Fri, 18 Jul 2014 15:08:53 -0700 |
Carl Byington |
allow broken SRS0+ rather than the correct SRS0= tag
stable-6-0-43
|
Fri, 18 Jul 2014 15:01:27 -0700 |
Carl Byington |
allow broken SRS0+ rather than the correct SRS0= tag
|
Sat, 28 Jun 2014 17:01:56 -0700 |
Carl Byington |
Never add auto-whitelist entries for outgoing mail from localhost
stable-6-0-42
|
Fri, 21 Mar 2014 13:55:46 -0700 |
Carl Byington |
Unique ip connection limits only apply to authenticated connections
|
Wed, 05 Feb 2014 07:54:38 -0800 |
Carl Byington |
Fix possible segfault in mlfi_connect, hostaddr might be null
stable-6-0-40
|
Tue, 31 Dec 2013 10:44:15 -0800 |
Carl Byington |
Fix segfault caused by freeing unallocated memory
stable-6-0-39
|
Tue, 24 Dec 2013 08:17:47 -0800 |
Carl Byington |
Activate check for unique ip connection limits
stable-6-0-38
|
Thu, 19 Dec 2013 09:47:00 -0800 |
Carl Byington |
add limits on unique ip addresses per hour per authenticated user
stable-6-0-37
|
Tue, 17 Dec 2013 15:35:23 -0800 |
Carl Byington |
add limits on unique ip addresses per hour per authenticated user
|
Mon, 09 Sep 2013 19:30:21 -0700 |
Carl Byington |
Code cleanup, increase minimum hostname length for uribl checking
|
Mon, 09 Sep 2013 15:15:53 -0700 |
Carl Byington |
Use mozilla prefix list for tld checking, Enable surbl/uribl/dbl rhs lists
stable-6-0-35
|
Wed, 22 May 2013 11:29:44 -0700 |
Carl Byington |
Add require_rdns checking
stable-6-0-34
|
Sat, 21 Jul 2012 13:05:54 -0700 |
Carl Byington |
fix unauthenticated rate limit bug for empty mail from
stable-6-0-33
|
Sat, 21 Jul 2012 12:35:19 -0700 |
Carl Byington |
fix unauthenticated rate limit bug for empty mail from; move unauthenticate rate limit checks after spam filtering
|
Sat, 21 Jul 2012 08:34:04 -0700 |
Carl Byington |
add recipient rate limits by email from address or domain
|
Sun, 01 Jul 2012 10:13:30 -0700 |
Carl Byington |
Fix uribl lookups on client dns name, need to strip the ip address in brackets
stable-6-0-31
|
Mon, 09 Apr 2012 18:02:05 -0700 |
Carl Byington |
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
stable-6-0-30
|
Sun, 08 Apr 2012 16:10:31 -0700 |
Carl Byington |
need ntohl() before using masks that are defined in host byte order
|
Sun, 08 Apr 2012 11:42:59 -0700 |
Carl Byington |
Add dnswl support
|
Fri, 06 Jan 2012 22:07:45 -0800 |
Carl Byington |
latest tld list; fix uninitialized variable
|
Fri, 30 Sep 2011 15:29:07 -0700 |
Carl Byington |
Add prvs decoding to envelope addresses
stable-6-0-28
|
Mon, 15 Aug 2011 21:08:11 -0700 |
Carl Byington |
const correctness fixes from new gcc, libresolv.a moved to glibc-static on newer distributions
stable-6-0-27
|
Fri, 19 Nov 2010 13:01:07 -0800 |
Carl Byington |
64 bit fixes for libresolv.a
stable-6-0-26
|
Tue, 29 Sep 2009 12:11:42 -0700 |
Carl Byington |
produce correct uribl message
stable-6-0-25
|
Tue, 29 Sep 2009 11:36:15 -0700 |
Carl Byington |
Add surbl checks on the smtp helo value, client reverse dns name, and mail from domain name
|
Tue, 09 Jun 2009 08:36:34 -0700 |
Carl Byington |
Add SRS decoding to envelope addresses
|
Mon, 25 May 2009 11:14:32 -0700 |
Carl Byington |
Add whitelisting by regex expression filtering.
stable-6-0-23
|
Fri, 08 May 2009 15:17:52 -0700 |
Carl Byington |
Fix memory leak in suppressed auto whitelisting.
stable-6-0-22
|
Fri, 08 May 2009 12:55:30 -0700 |
Carl Byington |
Prevent auto whitelisting due to outgoing multipart/report delivery notifications.
|
Sat, 03 Jan 2009 15:16:47 -0800 |
Carl Byington |
Fixes to compile on old systems without memrchr or string::clear().
stable-6-0-21
|
Mon, 29 Dec 2008 18:12:22 -0800 |
Carl Byington |
simple dns lookup failure need not kill the resolver process
stable-6-0-20
|
Sun, 28 Dec 2008 09:15:25 -0800 |
Carl Byington |
fix unsigned signed compare, back to mixed -lresolv and libresolv.a with auto requires
|
Sun, 28 Dec 2008 08:34:14 -0800 |
Carl Byington |
add dns resolver debugging
|
Sun, 28 Dec 2008 00:42:03 -0800 |
Carl Byington |
try to allow mixed -lresolv and libresolv.a for ns_parserr
|
Sat, 27 Dec 2008 22:40:12 -0800 |
Carl Byington |
Never whitelist self addressed mail. Changes for Fedora 10 and const correctness.
|
Tue, 10 Jun 2008 08:58:42 -0700 |
Carl Byington |
Fixes to compile on Fedora 9 and for const correctness.
stable-6-0-19
|
Sat, 22 Mar 2008 11:19:36 -0700 |
Carl Byington |
Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context.
stable-6-0-18
|
Tue, 04 Mar 2008 21:42:51 -0800 |
Carl Byington |
Verify from/to pairs even if they might be explicitly whitelisted.
|
Sun, 11 Nov 2007 13:21:48 -0800 |
carl |
delay autowhitelisting to avoid out of office reply bots
stable-6-0-14
|
Sun, 11 Nov 2007 13:05:41 -0800 |
carl |
delay autowhitelisting to avoid out of office reply bots
|
Sun, 11 Nov 2007 12:49:25 -0800 |
carl |
delay autowhitelisting to avoid out of office reply bots
|
Sat, 10 Nov 2007 16:20:51 -0800 |
carl |
fix null pointer dereference from missing HELO command
stable-6-0-13
|
Sat, 10 Nov 2007 10:52:50 -0800 |
carl |
fix null pointer dereference from missing HELO command
|
Sat, 10 Nov 2007 10:27:05 -0800 |
carl |
fix null pointer dereference from missing HELO command
|
Sat, 10 Nov 2007 10:20:54 -0800 |
carl |
fix null pointer dereference from missing HELO command
|
Sat, 10 Nov 2007 10:20:54 -0800 |
carl |
fix null pointer dereference from missing HELO command
|
Sat, 13 Oct 2007 17:42:30 -0700 |
carl |
smtp rejections take precendence over greylisting
stable-6-0-12
|
Sat, 06 Oct 2007 17:10:13 -0700 |
carl |
embedded dcc filtering
|
Sat, 06 Oct 2007 12:30:48 -0700 |
carl |
embedded dcc filtering
|
Sat, 06 Oct 2007 10:56:35 -0700 |
carl |
embedded dcc filtering
|
Thu, 04 Oct 2007 22:45:21 -0700 |
carl |
embedded dcc filtering
|
Sun, 30 Sep 2007 10:27:14 -0700 |
carl |
start embedded dcc filtering
|
Sun, 23 Sep 2007 11:20:12 -0700 |
carl |
don't whitelist addresses with embedded spaces
|
Thu, 06 Sep 2007 09:50:05 -0700 |
carl |
fix leak, update timestamps when receiving auto-whitelisted sender
stable-6-0-9
|
Thu, 30 Aug 2007 18:50:00 -0700 |
carl |
don't do generic rdns filtering on whitelisted recipients
stable-6-0-7
|
Thu, 30 Aug 2007 11:08:46 -0700 |
carl |
add generic reverse dns filtering regex
|
Mon, 27 Aug 2007 20:49:19 -0700 |
carl |
actually use spamassassin result, allow build without spam assassin, only call it if some recipient needs it.
stable-6-0-6
|
Sun, 26 Aug 2007 20:54:58 -0700 |
carl |
fix unitialized variable
stable-6-0-5
|
Sun, 26 Aug 2007 19:43:35 -0700 |
carl |
spamassassin changes
stable-6-0-4
|
Sun, 26 Aug 2007 19:03:17 -0700 |
carl |
spamassassin changes
|
Sat, 14 Jul 2007 12:25:17 -0700 |
carl |
don't add auto whitelist for A to A
stable-6-03
|
Sun, 08 Jul 2007 11:57:51 -0700 |
carl |
add auto whitelisting
stable-6-01
|