
dean at iglou
Mar 23, 2012, 9:23 AM
Post #2 of 2
(210 views)
Permalink
|
On Wed, Mar 21, 2012 at 10:12:05AM +0000, Oliver Howe wrote: > I have a couple of retry rules, one specific for 421 errors from > unreliable (ie too-busy-at-the-time to take my initiall message) > hosts. is there a way to see in the log file which retry rule > triggered the delivery? Well, it's kind of backwards from that. Exim retry rules only _prevent_ a queue runner from processing a message. They dont trigger a delivery. That is, a message only gets a delivery attempt if none of the retry rules match the retry-rule domain, error type, time restriction, etc. So to find out which rule triggered a delivery really isn't the right question, since a delivery means none of them matched. -- Dean Brooks dean [at] iglou -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
|