Hi, On 2016-09-05 05:23, Emmanuel Dreyfus manu@... [milter-greylist] wrote: > > The problem you report stems from this code in milter-greylist.c : > > /* > * 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; I tried to build a new package just deleting these two lines from source: if ((idx = rindex(tmpfrom, '=')) == NULL) idx = tmpfrom; Milter is crashing then milter_sys_read(greylist): cmd read returned 0, expecting 5 Milter (greylist): to error state Milter (greylist): time command (M), 0 Ciao Marcus
Message
Re: [milter-greylist] block SRS senders
2016-09-05 by Marcus Schopen