Hi Emmanuel,
On 2016-09-07 08:48, Emmanuel Dreyfus manu@... [milter-greylist]
wrote:
> On Tue, Sep 06, 2016 at 06:06:15PM +0200, Marcus Schopen
> lists-yahoogroups@... [milter-greylist] wrote:
>> The packages contain a patch to disable strip anything before the
> last
>> '=' in the source address to be able to filter SRS formated sender
>> addresses (see list "block SRS senders" for details).
>
> On this topic, you did not gave me feedback about the patch
> implementing rawfrom acl clauses. Does it work?
These packages were not patched with your rawfrom acl patch, it's just
the one line which parses for '=' in the source address (see
debian/srs_filter):
/* if ((idx = rindex(tmpfrom, '=')) == NULL) */
idx = tmpfrom;
I just built the packages because no debian/ubuntu packages are
available for version 4.6.1 and I wanted to upgrade my servers, but not
building "raw" from source.
I will try out your rawfrom acl clause patch later the week and give
some feedback.
Ciao
Marcus