From 2c7db3f5d15a2f085d15ea0e8c22b826ed928721 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Fri, 5 Nov 2004 16:53:28 +0000 Subject: Added $sender_verify_failure and $recipient_verify_failure to distinguish in more detail what has failed (e.g. MAIL vs RCPT in a callout). --- doc/doc-txt/ChangeLog | 5 ++++- doc/doc-txt/NewStuff | 23 ++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'doc/doc-txt') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9ae2962de..f946cd088 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.17 2004/11/05 14:59:12 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.18 2004/11/05 16:53:28 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -65,6 +65,9 @@ Exim version 4.44 17. A "Completed" log line is now written for messages that are removed from the spool by the -Mrm option. +18. New variables $sender_verify_failure and $recipient_verify_failure contain + information about exactly what failed. + Exim version 4.43 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 79e347698..5ed166193 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.6 2004/11/04 12:19:48 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.7 2004/11/05 16:53:28 ph10 Exp $ New Features in Exim -------------------- @@ -41,6 +41,27 @@ Version 4.44 If not specified, it defaults to the general timeout value. + 7. The new variables $sender_verify_failure and $recipient_verify_failure + contain information about exactly what failed. In an ACL, after one of + these failures, the relevant variable contains one of the following words: + + qualify the address was unqualified (no domain), and the message + was neither local nor came from an exempted host; + + route routing failed; + + mail routing succeeded, and a callout was attempted; rejection + occurred at or before the MAIL command (that is, on initial + connection, HELO, or MAIL); + + recipient the RCPT command in a callout was rejected; + + postmaster the postmaster check in a callout was rejected. + + The main use of these variables is expected to be to distinguish between + rejections of MAIL and rejections of RCPT. + + Version 4.43 ------------ -- cgit v1.2.3