summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-01-18Minor fixes to the dovecot authenticator. Fixes: #646Nigel Metheringham
2008-01-17add patch to support dccifd directly from ACL system - thanks to Wolfgang BreyhaTom Kistner
2008-01-16Initial work removing PCRE from dist. Documentation needs to be updated. ↵Nigel Metheringham
Related: #657
2008-01-16bugzilla 612 - write recipients list in X-Envelope-To header of MBOX spool fileTom Kistner
2008-01-16applied patch to make spamd_address expandable when it starts with a dollar ↵Tom Kistner
character - thanks to Johannes Berg
2008-01-16add missing dkim variables [bugzilla 656]Tom Kistner
2007-11-26Preparation for 4.69 releaseNigel Metheringham
2007-11-12Updated embedded PCRE to version 7.4 to avoid 2 CVE issues:-Nigel Metheringham
CVE-2007-1659 CVE-2007-1660 Fixes: bug # 628
2007-10-18Defend against bad data from gethostbyaddr(). Fixes bug #619Nigel Metheringham
2007-10-11Process Auto-submitted: in the triggering message and add it toMichael Haardt
the generated message in order to prevent loops (conforming to draft-ietf-sieve-notify-mailto-05).
2007-10-09fix uninitialized options structTom Kistner
2007-10-04revert bogus checkin 1.6->1.5, resulting in 1.7, sorryTom Kistner
2007-10-04Added missing expansion links for dkim_domain and dkim_selectorTom Kistner
2007-09-28[Buzilla 376] Preliminary DKIM supportTom Kistner
2007-09-24Compile extension "encoded-character" (draft-ietf-sieve-3028bis-12) by default.Michael Haardt
Compile extension "enotify" (draft-ietf-sieve-notify-08 and draft-ietf-sieve-notify-mailto-04) by default and add code to follow those drafts. Remove special interpretation of \0, now being RFC compliant, because there is "encoded-character".
2007-09-21Added the -bylocaldomain option.Steve Campbell
2007-09-04NM/01Nigel Metheringham
--help was not correctly handled if exim was invoked under an alias which did not expect/require arguments. Changed handling of --help to counter this. Moved usage/help messages into exim_usage(). Fixes: bug #592
2007-08-30Update version for 4.68 (overlooked, sigh).Philip Hazel
2007-08-29Fix quoting problem with errors_copy.Philip Hazel
2007-08-29POSIX allows open() to be a macro; guard against it.Philip Hazel
2007-08-29Guard against buffer overflow in moan_check_errorcopy().Philip Hazel
2007-08-29Allow only accept and warn in the not-QUIT ACL.Philip Hazel
2007-08-23Add message_body_newlines.Philip Hazel
2007-08-23Add "server=" feature to MySQL and PostgreSQL lookups.Philip Hazel
2007-08-22Escape funny characters when logging DN=Philip Hazel
2007-08-22Fix missing quota message for system quota failure with maildir.Philip Hazel
2007-08-22Add the NOTQUIT ACL.Philip Hazel
2007-08-17Patch from the Sieve maintainer.Philip Hazel
2007-07-29Unindent incorrectly indented here document in exinext (closes: bug 416)Magnus Holmgren
2007-07-27Update experimental-spec and comment on the name of the SPF trace header - ↵Magnus Holmgren
it's now called Received-SPF (fixes: bug 519)
2007-07-04Fix bug in readconf in diagnosing overflowing ints in 64-bit systems.Philip Hazel
2007-07-04Remove unwanted (int) case when reading SIZE. Fix runtest for 64-bitPhilip Hazel
systems. Tidy obsolete stuff in test 46.
2007-06-29Fix stupid oversight in $max_received_linelength.Philip Hazel
2007-06-29Fix pcre #include problem; add "-pre" to version.Philip Hazel
2007-06-27Add queue_only_load_latch.Philip Hazel
2007-06-27NetBSD-specific configuration patches from David Brownlee.Philip Hazel
2007-06-26Fix bug introduced with +ignore_defer and +include_defer.Philip Hazel
2007-06-26Add warning about missing retry rules to the default configuration.Philip Hazel
2007-06-26Installed PCRE 7.2 into Exim.Philip Hazel
2007-06-26Add +ignore_defer and +include_defer to host lists.Philip Hazel
2007-06-22Added $max_received_linelength.Philip Hazel
2007-06-20Note about ratelimit resets.Philip Hazel
2007-06-20Add /noupdate as a ratelimit option.Philip Hazel
2007-06-19Add -Mvc option.Philip Hazel
2007-06-19Fix text type in ACL error message.Philip Hazel
2007-06-18Add client_condition to authenticators.Philip Hazel
2007-06-14Added $dnslist_matched.Philip Hazel
2007-06-14Export body_linecount and body_zerocount in the local_scan API.Philip Hazel
2007-05-31Bug #503: Use Ulstat() instead of Ustat() in dsearch lookup.Magnus Holmgren
2007-05-17Bugzilla #502Tom Kistner