Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-24 | Compile 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-21 | Added the -bylocaldomain option. | Steve Campbell | |
2007-09-04 | NM/01 | Nigel 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-30 | Update version for 4.68 (overlooked, sigh). | Philip Hazel | |
2007-08-29 | Fix quoting problem with errors_copy. | Philip Hazel | |
2007-08-29 | POSIX allows open() to be a macro; guard against it. | Philip Hazel | |
2007-08-29 | Guard against buffer overflow in moan_check_errorcopy(). | Philip Hazel | |
2007-08-29 | Allow only accept and warn in the not-QUIT ACL. | Philip Hazel | |
2007-08-23 | Add message_body_newlines. | Philip Hazel | |
2007-08-23 | Add "server=" feature to MySQL and PostgreSQL lookups. | Philip Hazel | |
2007-08-22 | Escape funny characters when logging DN= | Philip Hazel | |
2007-08-22 | Fix missing quota message for system quota failure with maildir. | Philip Hazel | |
2007-08-22 | Add the NOTQUIT ACL. | Philip Hazel | |
2007-08-17 | Patch from the Sieve maintainer. | Philip Hazel | |
2007-07-29 | Unindent incorrectly indented here document in exinext (closes: bug 416) | Magnus Holmgren | |
2007-07-27 | Update 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-04 | Fix bug in readconf in diagnosing overflowing ints in 64-bit systems. | Philip Hazel | |
2007-07-04 | Remove unwanted (int) case when reading SIZE. Fix runtest for 64-bit | Philip Hazel | |
systems. Tidy obsolete stuff in test 46. | |||
2007-06-29 | Fix stupid oversight in $max_received_linelength. | Philip Hazel | |
2007-06-29 | Fix pcre #include problem; add "-pre" to version. | Philip Hazel | |
2007-06-27 | Add queue_only_load_latch. | Philip Hazel | |
2007-06-27 | NetBSD-specific configuration patches from David Brownlee. | Philip Hazel | |
2007-06-26 | Fix bug introduced with +ignore_defer and +include_defer. | Philip Hazel | |
2007-06-26 | Add warning about missing retry rules to the default configuration. | Philip Hazel | |
2007-06-26 | Installed PCRE 7.2 into Exim. | Philip Hazel | |
2007-06-26 | Add +ignore_defer and +include_defer to host lists. | Philip Hazel | |
2007-06-22 | Added $max_received_linelength. | Philip Hazel | |
2007-06-20 | Note about ratelimit resets. | Philip Hazel | |
2007-06-20 | Add /noupdate as a ratelimit option. | Philip Hazel | |
2007-06-19 | Add -Mvc option. | Philip Hazel | |
2007-06-19 | Fix text type in ACL error message. | Philip Hazel | |
2007-06-18 | Add client_condition to authenticators. | Philip Hazel | |
2007-06-14 | Added $dnslist_matched. | Philip Hazel | |
2007-06-14 | Export body_linecount and body_zerocount in the local_scan API. | Philip Hazel | |
2007-05-31 | Bug #503: Use Ulstat() instead of Ustat() in dsearch lookup. | Magnus Holmgren | |
2007-05-17 | Bugzilla #502 | Tom Kistner | |
2007-05-14 | The "spam" ACL condition code contained a sscanf() call with a %s | Magnus Holmgren | |
conversion specification without a maximum field width, thereby enabling a rogue spamd server to cause a buffer overflow. While nobody in their right mind would setup Exim to query an untrusted spamd server, an attacker that gains access to a server running spamd could potentially exploit this vulnerability to run arbitrary code as the Exim user. | |||
2007-05-11 | Adapt PRVS BATV scheme address format to latest draft version | Tom Kistner | |
2007-05-08 | Use colon, not dot, as IPv6 separator in host-list lookups that use the | Philip Hazel | |
iplsearch lookup type. | |||
2007-04-19 | Update version number; apply new patch from Sieve maintainer. | Philip Hazel | |
2007-04-16 | Do not advertise STARTTLS in response to HELP unless it would be | Philip Hazel | |
advertised in response to EHLO. | |||
2007-04-16 | Fix bug in previous patch: following data is permitted after '.' so it | Philip Hazel | |
must not be diagnosed as an error. The check for vanished socket can only be applied when there is no data pending. | |||
2007-04-13 | Check for lost connection or unexpected input at end of message. | Philip Hazel | |
2007-04-12 | Correct comment. | Philip Hazel | |
2007-04-12 | Another Sieve patch. | Philip Hazel | |
2007-04-11 | V1.58 Fix to get <> and blackhole to show in edomain tables.. | Steve Campbell | |
2007-04-03 | 2007-03-19 V1.55 Steve Campbell | Steve Campbell | |
Differentiate between permanent and temporary rejects. 2007-03-29 V1.56a Jez Hancock Fixed some broken HTML links and added missing column headers. 2007-03-30 V1.57a Steve Campbell Fixed Grand Total Summary Domains, Edomains, and Email columns for Rejects, Temp Rejects, Ham, and Spam rows. | |||
2007-03-21 | Patch from the Sieve maintainer. | Philip Hazel | |
2007-03-21 | Add RCPT error text to unexpected DATA error. | Philip Hazel | |
2007-03-14 | Change originator_xxx fields in the daemon when it gives up root so that | Philip Hazel | |
the -H files are always consistent. |