give a (semi-)useful error message on 4xx for different data time profiles
authorStephen Gran <steve@lobefin.net>
Sun, 13 Feb 2011 19:35:42 +0000 (19:35 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 13 Feb 2011 19:35:42 +0000 (19:35 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index 2667f60..aab693d 100644 (file)
@@ -526,6 +526,7 @@ check_recipient:
           set acl_m_prf = $acl_m_rprf
 
   defer   condition     = ${if eq{$acl_m_prf}{$acl_m_rprf}{no}{yes}}
+          message       = Different profile, please retry
           log_message   = Only one profile at a time, please
 
   # Defer after too many bad RCPT TO's.  Legit MTAs will retry later.