summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2004-11-12(a) Allow an empty sender to be matched against a lookup in an address list.Philip Hazel
Previously the only cases considered were a regular expression, or an empty pattern. (b) Fixed typo in the FAQ ("prefix" should have been "local_part_prefix").
2004-11-12initial FAQ 2 wiki scriptNigel Metheringham
2004-11-12fixed typoNigel Metheringham
2004-11-12Installed the latest exipick (20041110) from John Jetmore, with changesPhilip Hazel
as follows: * 20041102 added optimization when searching for specific message_id * 20041103 changed '=' op to be caseless by dafault, added --caseful option to change this back to old behavior. * 20041110 fixed recipients_del POD to note that it includes generated addrs * 20041110 added variables recipients_{del,undel}_count
2004-11-12Added HAVE_SYS_STATVFS_H to the os.h file for Linux, as it has had thisPhilip Hazel
support for a long time. Removed HAVE_SYS_VFS_H.
2004-11-12Recalculate maildirsize data if either of the totals comes out negative,Philip Hazel
as this indicates a broken file.
2004-11-11(a) Changed to using os_restarting_signal() for setting the SIGCHLDPhilip Hazel
handler in the daemon; this may fix Tony's obscure occasional crashes. (b) Reduced the size of the race window for noticing SIGCHLDs (note: it is not *essential* for Exim to see them).
2004-11-11(1) $host_address now contains the target address when processingPhilip Hazel
ignore_target_hosts; (2) extremely unlikely bug in ipliteral router fixed: if ignore_target_hosts called for a host name, it wouldn't have worked.
2004-11-10Set protocol to "smtps" after EHLO->STARTTLS->HELO (was "smtp").Philip Hazel
2004-11-10Michael Haardt's patch to do LDAP network timeouts better for OpenLDAP.Philip Hazel
2004-11-10Added -dd for daemon debugging.Philip Hazel
2004-11-09Another wish.Philip Hazel
2004-11-05Added $sender_verify_failure and $recipient_verify_failure toPhilip Hazel
distinguish in more detail what has failed (e.g. MAIL vs RCPT in a callout).
2004-11-05A "Completed" log line is now written for messages that are removed fromPhilip Hazel
the spool by the -Mrm option.
2004-11-05If FIXED_NEVER_USERS was defined but empty, Exim erroneously assumed itPhilip Hazel
contained uid 0.
2004-11-04Added a "connect=<time>" option to callouts, for a separate timeoutPhilip Hazel
for making the connection. As part of this, the debug output for a failed connection now shows the error, and, if it's a timeout, the timeout value.
2004-11-04Added forbid_exim_filter and forbid_sieve_filter to the redirect router.Philip Hazel
2004-11-02More wishes.Philip Hazel
2004-10-27Further wishing.Philip Hazel
2004-10-25Some new wishes...Philip Hazel
2004-10-21Forgot to update NewStuff for $sender_address_data addition.Philip Hazel
2004-10-19(1) $address_data in an ACL was clobbered by a sender verify thatPhilip Hazel
followed a recipient verify. (2) Added $sender_address_data to hold the address_data value from a sender verification.
2004-10-19Add missing search cache tidyup before delivering message received viaPhilip Hazel
the command line (could cause crashes if certain lookups were done during message reception).
2004-10-19Make $recipients available in the predata ACL (fixes an oversight).Philip Hazel
2004-10-19Added /sender_retain facility to control=submission, named by analogyPhilip Hazel
with the local_sender_retain option.
2004-10-18(1) Checking for invalid "control=" modifiers was not working (for example,Philip Hazel
"submission" was allowed in a DATA ACL, though that is too late). Proper checks are now done. (2) Minor fix to the testing "List" script to ignore CVS directories.
2004-10-18If setrlimit() barfs at 1000 file descriptors, try for 256 toPhilip Hazel
accommodate those old OS for which this is the upper limit.
2004-10-18Added CONFIGURE_GROUP as a build-time facility, cf CONFIGURE_OWNER.Philip Hazel
2004-10-15Disable SIGUSR1 for all non-exim subprocesses run from Exim (previously,Philip Hazel
only the queryprogram case handled this right).
2004-10-15Follow links when building the tarballs for config.samples (thesePhilip Hazel
happened as part of my re-arrangement for CVS).
2004-10-14Give more explanation in the error message when the command for a transportPhilip Hazel
filter fails to execute.
2004-10-14Added a new callout suggestion to 294.Philip Hazel
2004-10-14Arrange to panic-die if setitimer() ever fails. Version number upped inPhilip Hazel
readiness for next release.
2004-10-14Added a small amount of new material to the FAQ source, and updated the oldPhilip Hazel
material to bring it into line with recent changes. Added a few more non-indexable words to the index-building script.
2004-10-12StartPhilip Hazel
2004-10-11Trailing space tidying.Philip Hazel
2004-10-11BugFix: change 4.43/35 introduced a bug that caused file counts to bePhilip Hazel
incorrectly computed when quota_filecount was set in an appendfile transport.
2004-10-08StartPhilip Hazel
2004-10-07StartPhilip Hazel