summaryrefslogtreecommitdiff
path: root/doc/doc-txt
AgeCommit message (Collapse)Author
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-21exipick 20060721.2John Jetmore
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-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-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-30Change ${quote_pgsql to quote ' as '' instead of \' because of aPhilip Hazel
security issue.
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-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
2006-06-27Define LDAP_DEPRECATED in ldap.c to get the old functions that Exim usesPhilip Hazel
included in ldap.h in OpenLDAP.
2006-06-07Make it easier to get SMTP authentication and TLS/SSL support workingTony Finch
by adding some example configuration directives to the default configuration file. A little bit of work is required to uncomment the directives and define how usernames and passwords are checked, but there is now a framework to start from.
2006-06-07Fix from Dean Brooks for ratelimit per_rcpt in acl_not_smtp.Tony Finch
2006-05-31Note in the spec that $authenticated_id is not set for localTony Finch
submissions from trusted users.
2006-05-22Call initgroups() when dropping privilege, in order that Exim runs withTony Finch
consistent privilege.
2006-05-22Exim does (usually) call initgroups() when daemonizing.Tony Finch
2006-05-08Eximstats updates put into the wrong part of the ChangeLog. Fixed.Steve Campbell
2006-05-05Added chnages to relect eximstats v1.44 - v1.47Steve Campbell
2006-04-27Add maildirfolder_create_regex to appendfile.Philip Hazel
2006-04-25Fix problem with maildir delivery into a folder that is excluded fromPhilip Hazel
quota calculations.
2006-04-25Small patch from the Sieve maintainer.Philip Hazel
2006-04-25Make lockfile_mode apply to MBX lock files.Philip Hazel
2006-04-20Correct logging bug for failures to get hints database read lock.Philip Hazel
2006-04-20Make batch delivery work for files and pipes set up by redirection.Philip Hazel
2006-04-20Modify (i.e. fix :-) change 4.61/PH/19: Using message arrival time forPhilip Hazel
"first failed" should *not* apply to host errors.
2006-04-19Add -lutil to the default FreeBSD LIBS setting.Philip Hazel
2006-04-19Kludge for tcp-wrappers problem during system catastrophes.Philip Hazel
2006-04-18Extend ${readsocket to TCP sockets (modified John Jetmore's patch).Philip Hazel
2006-04-10Typo in NewStuff; up version number.Philip Hazel
2006-04-04Document the acl/add_header fix.Tony Finch
2006-04-04Update documentation for 4.61 and some of the preparation tools.Philip Hazel
2006-04-04Make dns_again_means_nonexist apply to gethostbyname lookups as well.Philip Hazel