On 19/04/18 15:59, Paul Hecker via Exim-users wrote: > it seems that the eximstats script is not up to date with the current logging > of Exim 4.91. In my case it does not catch temporary rejects (for grey > listing) of the following form > > 2018-04-19 14:38:21 1f9AYC-0000P7-Ev H=from.mail.example.com [123.128.22.119] > X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=no F=<[email protected]> temporarily > rejected after DATA: Please try again later
I don't see the words "Please try" (with the capital) nor "again later" in the source code. This might be your configuration. > > I am not sure if this reject should be counted and printed in the “Temp > Rejects” line but have created a patch for the file src/src/eximstats.src > b/src/src/eximstats.src (attached). ".*?" - given the *, the ? is redundant. And then so is the rest of the line. > > Maybe someone can have a look at my patch and tell me whether it needs more > improvement. I can also create a pull request on GitHub if this is easier… No pull reqs, please. A bug is fine, here is ok too. -- Cheers, Jeremy -- ## 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/
