On 2013-02-06 at 15:57 +0000, Graeme Fowler wrote: > On Wed, 2013-02-06 at 16:29 +0100, [Cardiff] Tugdual de LASSAT wrote: > > I've tried using this script in Exim in order to stop abusive mails received > > from ADSL senders : https://github.com/Exim/exim/wiki/Verification > > It appears that the transposition of conditions from the old wiki to the > new might have spurious backslashes in a few places (and will therefore > need editing).
Done. Does the current text look more reasonable? I also cleaned up all those \\d\\. bits in the regular expressions, by using \N...\N to wrap them. Less toothpick noise is generally a good thing. (hrm, if python's Pygments had Exim lexing support, we could get syntax highlighting here by using ```exim...``` code blocks; if any Python programmers want to hack on a project to help Exim and the open source community, you might consider Pygments. :) ) -- ## 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/
