Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-22 | Updated for eximstats 1.52 | Steve Campbell | |
2007-01-22 | Additional tests - didn't show any problems. | Philip Hazel | |
2007-01-22 | SpamAssassin rejects are now collated in the reject messages. | Steve Campbell | |
2007-01-18 | Add gnutls_require_{kx,mac,protocols}. | Philip Hazel | |
2007-01-17 | Try to make test 0461 less unreliable. | Philip Hazel | |
2007-01-17 | Add comments as to why smtp_log_no_mail() is not called when | Philip Hazel | |
smtp_start_session() fails - and arrange not to do so in the -bh case. | |||
2007-01-17 | Fix negated dnslists item bug; add == and =& features, courtesy Brad | Philip Hazel | |
Jorsch. | |||
2007-01-16 | Fix bug #448 | Magnus Holmgren | |
2007-01-15 | Added log selector +smtp_no_mail to log when no MAIL is issued (for | Philip Hazel | |
Tony). | |||
2007-01-15 | Spec update. | Philip Hazel | |
2007-01-08 | Cast empty string to zero for numerical comparions and treat all numbers | Philip Hazel | |
as decimal. | |||
2007-01-08 | Update version number and copyright year. | Philip Hazel | |
2007-01-02 | Panic-die if a system filter or router generates more then 32767 child | Philip Hazel | |
addresses. | |||
2006-12-24 | Don't check that the operands of numeric comparison operators are integers ↵ | Magnus Holmgren | |
when yield == NULL | |||
2006-12-21 | Update version number for next release. | Philip Hazel | |
2006-12-20 | TK/01 | Tom Kistner | |
2006-12-20 | BugZilla 438 | Tom Kistner | |
2006-12-20 | Reduce NewStuff 4.64 to a short list after full doc update. | Philip Hazel | |
2006-12-19 | Update tests for portability. | Philip Hazel | |
2006-12-19 | Check for a ridiculously long filename in exim_dbmbuild. | Philip Hazel | |
2006-12-19 | Robert Bannocks' patch for an LDAP problem on Solaris LDAP. | Philip Hazel | |
2006-12-19 | #include <time.h> in pcretest.c (a PCRE bug, fixed in later PCRE | Philip Hazel | |
releases). | |||
2006-12-19 | Update documentation and associated files for 4.64. | Philip Hazel | |
2006-12-12 | Apply John Jetmore's patch to allow tls-on-connect and STARTTLS to be | Philip Hazel | |
tested/used via the -bh/-bhc/-bs options. | |||
2006-12-11 | Buglet in error handling for expansion of helo_data in callouts. | Philip Hazel | |
2006-12-08 | s/EXTRA_LIBS/EXTRALIBS/ in EDITME | John Jetmore | |
2006-12-06 | I added the concatenated LOCAL_SCAN_ABI_VERSION define as well. Hope that's OK. | Magnus Holmgren | |
2006-12-06 | local_scan ABI version incremented to 1.1 | Magnus Holmgren | |
2006-12-05 | Documentation and comment tidies. | Philip Hazel | |
2006-12-04 | Increase DH_BITS in tls-gnu.c from 768 to 1024. | Philip Hazel | |
2006-12-04 | Give an error for the use of * and *@ with a query-style lookup. | Philip Hazel | |
2006-11-20 | Don't set $sender_host_name if forward lookup of name obtained from | Philip Hazel | |
reverse lookup times out. | |||
2006-11-20 | Lock out "A-for-A" DNS lookups. | Philip Hazel | |
2006-11-20 | Jori Hamalainen's exiqsumm patch. | Philip Hazel | |
2006-11-20 | Fix space bug in previous patch for "message" used with "accept". | Philip Hazel | |
2006-11-17 | exipick version 20061117.2 (bug fixes, feature additions, addresses ↵ | John Jetmore | |
4.64-PH/13, 4.64-PH/43, and 4.64-PH/27) | |||
2006-11-16 | Eximstats updates. | Steve Campbell | |
2006-11-16 | 2005-07-26 V1.44 Steve Campbell | Steve Campbell | |
Use a glob alias rather than an array ref in the generated parser. This improves both readability and performance. 2005-09-30 V1.45 Marco Gaiarin / Steve Campbell Collect SpamAssassin and rejection statistics. Don't display local sender or destination tables unless there is data to show. Added average volumes into the top table text output. 2006-02-07 V1.46 Steve Campbell Collect data on the number of addresses (recipients) as well as the number of messages. 2006-05-05 V1.47 Steve Campbell Added 'Message too big' to the list of mail rejection reasons (thanks to Marco Gaiarin). 2006-06-05 V1.48 Steve Campbell Mainlog lines which have GMT offsets and are too short to have a flag are now skipped. 2006-11-10 V1.49 Alain Williams Added the -emptyok flag. 2006-11-16 V1.50 Steve Campbell Fixes for obtaining the IP address from reject messages. | |||
2006-11-14 | Applied a modified version of Brad Jorsch's patch for "message" with | Philip Hazel | |
"accept". | |||
2006-11-13 | Correct error in previous patch. | Philip Hazel | |
2006-11-13 | Add timeout to connect() for Unix domain socket in ${readsocket. | Philip Hazel | |
2006-11-13 | Rename $interface_address and $interface_port as $received_ip_address | Philip Hazel | |
and $received_port in an attempt to lessen confusion. | |||
2006-11-13 | Error if -q is given more than once. | Philip Hazel | |
2006-11-13 | Add bitwise logical operators to ${eval: | Philip Hazel | |
2006-11-07 | Remove dead PCRE file accidentally left around. | Philip Hazel | |
2006-11-07 | Install PCRE 6.7 in in place of 6.2. | Philip Hazel | |
2006-11-07 | Make -R and -S do something sensible when combined with -q<time>. | Philip Hazel | |
2006-11-07 | Tweak a time delay in the test suite. | Philip Hazel | |
2006-11-07 | Fix small test buglet. | Philip Hazel | |
2006-11-07 | Stop rewriting addresses as a consequence of CNAMEs, as Exim isn't | Philip Hazel | |
supposed to do that (it must have crept in accidentally). |