On Tue, Dec 20, 2005 at 10:24:57AM +0100, Tomasz Baranowski wrote:
> As shown above, greylist milter truncates first part of email address
> (<538827-firstname.lastname),
> leaves only "=globalintech.pl@...>" and saves this bad
> value as a tuple.
Is it a bug or a feature? :-)
At least it's done on purpose, though I don't recall why it is not
configurable, and if it cannot have side effects.
/*
* Strip anything before the last '=' in the
* source address. This avoid problems with
* mailing lists using a unique sender address
* for each retry.
*/
if ((idx = rindex(tmpfrom, '=')) == NULL)
idx = tmpfrom;
--
Emmanuel Dreyfus
manu@...Message
Re: [milter-greylist] Bug in milter version 2.0.2
2005-12-20 by Emmanuel Dreyfus