Peter Bonivart <shuttlebox@...> wrote:
> Sendmail logs it correctly as
> "from=<prvs=048936c67e=foo.bar@...>" but milter-greylist
> logs it as "from =foo.bar@...>".
Here is what we have in the sources:
/*
* 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;
What I don't get is how you get the same tuple twice in greylist.db.
This looks like a bug. The release you use is 4 years old, I cannot rule
out the possibility that this has been fixed since that time. What about
checking latest 4.4a2? It is intented to be fully backward compatible,
you do not have to change anything to your config.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] lazyaw not working?
2012-05-26 by manu@netbsd.org
Attachments
- No local attachments were found for this message.