summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-02-04Add owner-* parameter as of RFC 5436.Michael Haardt
2009-01-21Fix the previous commit that broke non-SMTP address verification.Tony Finch
2009-01-20Revert stupid screwed-up attempt to store more spam variables in spool files.Tony Finch
2009-01-20Interpolate the configured paths of chmod and touch into exicyclog.Tony Finch
Alphabetize the special commands.
2009-01-02Added timeout setting to transport filter. Fixes: #614Nigel Metheringham
2009-01-02Correct handling of Resent-Date headers. Fixes: #590Nigel Metheringham
2009-01-02Fixed behaviour of exiwhat when no config. Fixes: #497Nigel Metheringham
2008-12-30util-spool_in.c references in spool_read_header() the globalsMichael Haardt
spam_score, spam_bar and spam_report. It appears somebody forgot to add them to the eximon globals when they became stored globals in Exim. This patch fixes the problem and eximon compiles again.
2008-12-18Patch to previously committed patch that sorts the new option correctly.Michael Haardt
2008-12-18Implement the infrastructure of the mailto notification owner asMichael Haardt
required by draft-ietf-sieve-notify-mailto-10. There is a new redirect router option sieve_enotify_mailto_owner, which is passed to the Sieve interpreter. The actual Sieve patch will follow later.
2008-12-12Make whitespace strings compare euqal to zero. fixes: bug #749Nigel Metheringham
2008-12-12Accept len modification fix. fixes: bug #770Nigel Metheringham
2008-12-12Buffer overrun fix. fixes: bug #787Nigel Metheringham
2008-11-18Aligned with draft-ietf-sieve-notify-mailto-09:Michael Haardt
"Received:" Lines are no longer duplicated. "Auto-Submitted:" changed from "sieve-notify" to "auto-notified".
2008-10-12Removed excess comma in usage fprint statement. Fixes #769Nigel Metheringham
2008-09-30REVERT Debug checkin - tracing DKIM signing problemsTom Kistner
2008-09-30Debug checkin - tracing DKIM signing problemsTom Kistner
2008-09-30Debug checkin - tracing DKIM signing problemsTom Kistner
2008-09-29Fix to EXPN not working under TLS. Fixes bug #744Nigel Metheringham
2008-09-05Produce a more useful error message if an SMTP transport's hostsTony Finch
setting expands to an empty string. Bug reported by Jens Hoffrichter <jens.hoffrichter@gmail.com>
2008-09-03TLS error reporting now respects the incoming_interface andTony Finch
incoming_port log selectors.
2008-08-11Remove a spurious -g that slipped in to the last commit.Tony Finch
2008-08-07Fix the way ${extract is skipped in the untaken branch of a conditional.Tony Finch
2008-07-28Save $spam_score, $spam_bar, and $spam_report in spool files, soTony Finch
that they are available at delivery time.
2008-07-28Apply the look_for_it magic to chmod. (bug#602)Tony Finch
2008-07-25OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)Tony Finch
2008-07-25CHMOD_COMMAND and TOUCH_COMMAND for exicyclog (bug#602).Tony Finch
2008-07-25CHMOD_COMMAND and TOUCH_COMMAND are needed by exicyclog (bug #602).Tony Finch
2008-07-18Leading white space used to be stripped from $spam_report whichTony Finch
wrecked the formatting. Now it is preserved.
2008-06-06Fixed bug in parse_date_time() introduced with last change.Michael Haardt
2008-06-04Adding parse_date_time() to parse RFC 2822 date-time.Michael Haardt
2008-06-04Added parse_date_time() to parse RFC 2822 date-time.Michael Haardt
2008-05-22If a ${dlfunc module has side-effects that cause store allocation, thisTony Finch
can conflict with the string expansion storage management logic - in particular, the expansion code resets the store to reclaim working space. In order to avoid destroying store allocated by ${dlfunc the expansion code now leaks a bit if ${dlfunc is used. Fixes: bug #713
2008-05-16Better implementation of Dovecot authenticator using patch from Jan ↵Nigel Metheringham
Srzednicki. Fixes: #598
2008-05-16Change creation mode of maildir aux files to prevent mode 0000 files. ↵Nigel Metheringham
Hardwired to 0600 as there is no clean place to get parameter mode information. Fixes: #437
2008-04-24fix BATV prvs expiry calculation for one rollover caseTom Kistner
2008-04-21Check that $multikill_cmd exists before running it, in caseTony Finch
exiwhat is configured with a command name that is generally correct but happens not to be installed on the system. Fixes: bug #701
2008-04-13seems there is no "-a" parameter to "cp" in non-gnu "cp". Use "-p" instead.Tom Kistner
2008-03-27Bugzilla 673: merge f-protd support, courtesy of Mark Daniel Reidel <mr@df.eu>Tom Kistner
2008-03-05join transport logic for DK and DKIM, making it possible to use both at the ↵Tom Kistner
same time for signing
2008-02-14Fix parallel build (make -j). Fixes: bug #668.Tony Finch
2008-02-12Integrated SPF Best Guess. Fixes: bug #521Nigel Metheringham
2008-02-06When checking the local_parts router precondition after aTony Finch
local_part_suffix or local_part_prefix option, Exim now does not use the address's named list lookup cache, since this contains cached lookups for the whole local part. Fixes: #615
2008-02-06Close the socket used by the dovecot authenticator. Fixes: #667Nigel Metheringham
2008-02-06Updated exicyclog changes to correct rejectlog/paniclog mix up. Fixes: #602Nigel Metheringham
2008-01-30exicyclog additions. Fixes: #602Nigel Metheringham
2008-01-29Bug fix: Only remember notifications resulting from executed notifyMichael Haardt
actions to suppress further, identical notification messages.
2008-01-28Bugzilla 662: Fix stack corruption before exec() in daemon.c.Tony Finch
2008-01-28small fix for spamd_address expansion - thanks to Warren BakerTom Kistner
2008-01-28Fix some comments, no code changes.Michael Haardt