packages mailscanner
tags 346212 +pending
thanks

Hello,

I have downloaded exim-testsuite to produce a spoolfile with a
one_time router.

You misinterpreted a sentence[1] in Exims-spec[2] as of the
<flag>-field has 2 digits (01), but exim only writes 1 digits (1) to
the spool-file.

old patch: $line =~ s/ (\d+),\d+#01$//;
new patch: $line =~ s/ (\d+),\d+#1$//;

I have submit the new patch to upstream and it will be part of the
next debian release.

-- 
Regards
Simon Walter

[1] "The 01 flag bit indicates
the presence of the three other fields that follow the top-level
address."
[2] http://exim.org/exim-html-4.66/doc/html/spec_html/ch53.html#id2742891


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to