Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-13 23:57 UTC

Message

Re: [milter-greylist] Filtered email address?

2018-05-16 by Emmanuel Dreyfus

On Tue, May 15, 2018 at 07:21:48AM -0700, Bill Levering yidbill@... [milter-greylist] wrote:
> I?m troubleshooting a blocked email and noticed that the ?from address? looks like it is getting truncated at an ?=? , and getting snagged by the rule:
>     /^<?planx\.com.+\@.*$/ \ # fake username

The code contains this:
        /*
         * 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;

	strncpy(priv->priv_from, idx, ADDRLEN);


-- 
Emmanuel Dreyfus
manu@...

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.