summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-18Check for overflow in numeric expansion conditions; forbid negativePhilip Hazel
values for message_size_limit.
2006-09-18Install the latest Makefile from the Cygwin maintainer.Philip Hazel
2006-09-12Applied Nico Erfurth's refactoring patch to spool_mbox.c.Philip Hazel
2006-09-12Tidy wording on Exim man page.Philip Hazel
2006-09-05Nico Erfurth's patch to refactor mime.c (quoted-printable decoding).Philip Hazel
Added a small, simple test for quoted-printable decoding.
2006-09-05Ignore EPIPE as well as ECONNECT when closing down an SMTP session inPhilip Hazel
the daemon, since dropped connections can show as EPIPE in Solaris.
2006-09-05An update to gcc 4 threw up some new uninitialized variable and signed vsPhilip Hazel
unsigned compiler warnings.
2006-09-05(1) Update version number to 4.64. (2) Ignore callout cached informationPhilip Hazel
that MAIL FROM:<> is rejected when verifying a recipient using a non-null MAIL address.
2006-08-21In the add_headers option to the mail command in an Exim filter,Tony Finch
there was a bug that Exim would claim a syntax error in any header after the first one which had an odd number of characters in the field name.
2006-07-31More 4.63 documentation (noticed an important bit missing at the veryPhilip Hazel
last minute).
2006-07-31Update filter document for 4.63 release.Philip Hazel
2006-07-31Update reference manual for the 4.63 release.Philip Hazel
2006-07-28Add { !eq{$h_list-id:$h_list-post:$h_list-subscribe:}{} } as anotherPhilip Hazel
"don't send" delay warning condition by default.
2006-07-27Allow (?-i) to work as expected in a (n)wildlsearch key.Philip Hazel
2006-07-27Exim was not testing for a space following SMTP commands such as EHLOPhilip Hazel
that require one. Thus, EHLORHUBARB was interpreted as a valid command. This bug exists in every version of Exim that I still have, right back to 0.12.
2006-07-27Re-jigged the order of the tests in the default configuration so thatPhilip Hazel
the tests for valid domains and recipients precede the DNS black list and CSA tests, on the grounds that those ones are more expensive.
2006-07-27Made -oMaa and -oMt work with -bh and -bs to pretend the connection isPhilip Hazel
authenticated or an ident call has been made. Suppress the default values for $authenticated_id and $authenticated_sender (but permit -oMai and -oMas) when testing with -bh.
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-07-24note a caveat about print_topbitcharsTony Finch
2006-07-21exipick 20060721.2John Jetmore
2006-07-17Add errno=0 before calling getpwnam() in previous patch.Philip Hazel
2006-07-17Alain Williams' patch for disabling LDAP referrals when requested.Philip Hazel
2006-07-14Add a call to PQsetNoticeProcessor() to catch PostgreSQL "notices" andPhilip Hazel
thereby stop them being written to stderr (the default).
2006-07-14Reset the locale after initializing Perl, as well as after calling a PerlPhilip Hazel
function (which it did previously).
2006-07-14Add PQsetClientEncoding(conn, "SQL_ASCII") to the pgsql module.Philip Hazel
2006-07-14Add test for negated item as a retry rule pattern.Philip Hazel
2006-07-14Rejig debug output in route_finduser() to show more data, including thePhilip Hazel
error from getpwnam() if it issues one.
2006-07-13Add a check for Auto-Submitted to the default forPhilip Hazel
delay_warning_condition.
2006-07-13Add recognition of SMTP error codes in bespoke messages.Philip Hazel
2006-07-07Diagnose an error for "seen", "unseen", or "noerror" if not followed byPhilip Hazel
a command.
2006-07-07In the default configuration, change the use of "message" to "add_header"Philip Hazel
in "warn" statements.
2006-07-07Log lines flagged for both main and reject logs were not written toPhilip Hazel
syslog at all when both write_rejectlog and syslog_duplication were false.
2006-07-06Applied patch from Magnus Holmgren to include the "h" tag in Domain KeysPhilip Hazel
signatures.
2006-07-06Applied patch from Arkadiusz Miskiewicz to apply a timeout to readPhilip Hazel
operations in malware.c.
2006-07-04Missed one case of "retry time not reached" when adding additionalPhilip Hazel
debugging information.
2006-07-03More acl_not_smtp_* cross-referencing.Tony Finch
Suggested by Ross Boylan <ross@biostat.ucsf.edu>.
2006-07-03More debugging information given for retry time not reached.Philip Hazel
2006-07-03Patch to use select() when poll() not available in spam.c.Philip Hazel
2006-06-30Indicate that duplicates shown in -bt output would not result in anPhilip Hazel
additional delivery.
2006-06-30Remove commented-out old de-duplication code. It's been over a year now.Philip Hazel
2006-06-30Change ${quote_pgsql to quote ' as '' instead of \' because of aPhilip Hazel
security issue.
2006-06-30Fix typo reported by Matt Sealey <matt@genesi-usa.com>Tony Finch
2006-06-30Update Wish ListPhilip Hazel
2006-06-28Add acl_not_smtp_start ACL (mostly Johannes Berg's patch).Philip Hazel
2006-06-28Alex Kiernan's patch for a problem with libradius.Philip Hazel
2006-06-28Test tidy up.Philip Hazel
2006-06-27Magnus Holmgren's patch to fix non-expanding transport home directoryPhilip Hazel
bug.
2006-06-27Fix Bugzilla #101: macro definition between ACLs doesn't work.Philip Hazel
2006-06-27Implement filter_prepend_home option.Philip Hazel
2006-06-27Update error message for unknown ACL verb.Philip Hazel