Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

milter-greylist 4.6.2 is available

milter-greylist 4.6.2 is available

2016-11-24 by manu@...

https://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.6.2.tgz
MD5 (milter-greylist-4.6.2.tgz) = 8872008db2fc6b93dd9ab8576383fec2

Changes since 4.6.1/
        Add rawfrom ACL clause to match unprocessed FROM command
        Fix helo ACL clause string match (Attila Bruncsak)
        Avoid excessive GeoIP logs ig database was not set
        Fix crashes on configuration reload
        Allow empty quoted strings in configuration
        Add GeoIP support for IPv6 (Hajimu UMEMOTO)


-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

RE: [milter-greylist] milter-greylist 4.6.2 is available

2016-11-24 by Bruncsak, Attila

> Changes since 4.6.1/
>         Add rawfrom ACL clause to match unprocessed FROM command

I got some new warnings:

bison -y -p`echo conf_yacc.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'` conf_yacc.y
2 rules never reduced
conf_yacc.y: warning: 2 useless nonterminals and 2 useless rules
conf_yacc.y:1367.1-18: warning: useless nonterminal: rawfromaddr_clause
conf_yacc.y:1373.1-19: warning: useless nonterminal: rawfromregex_clause
conf_yacc.y:1367.25-73: warning: useless rule: rawfromaddr_clause: RAWFROM EMAIL
conf_yacc.y:1373.25-76: warning: useless rule: rawfromregex_clause: RAWFROM REGEX

Re: [milter-greylist] milter-greylist 4.6.2 is available

2016-11-24 by Marcus Schopen

On 2016-11-24 11:21, 'Bruncsak, Attila' attila.bruncsak@... 
[milter-greylist] wrote:
>> Changes since 4.6.1/
>>         Add rawfrom ACL clause to match unprocessed FROM command
> 
> I got some new warnings:
> 
> bison -y -p`echo conf_yacc.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'` 
> conf_yacc.y
> 2 rules never reduced
> conf_yacc.y: warning: 2 useless nonterminals and 2 useless rules
> conf_yacc.y:1367.1-18: warning: useless nonterminal: rawfromaddr_clause
> conf_yacc.y:1373.1-19: warning: useless nonterminal: 
> rawfromregex_clause
> conf_yacc.y:1367.25-73: warning: useless rule: rawfromaddr_clause: 
> RAWFROM EMAIL
> conf_yacc.y:1373.25-76: warning: useless rule: rawfromregex_clause:
> RAWFROM REGEX

Same here (build log on Ubuntu 14.04 LTS attached).

Ciao
Marcus

Re: [milter-greylist] milter-greylist 4.6.2 is available

2016-11-24 by Marcus Schopen

On 2016-11-24 15:23, Marcus Schopen lists-yahoogroups@... 
[milter-greylist] wrote:
> On 2016-11-24 11:21, 'Bruncsak, Attila' attila.bruncsak@...
> [milter-greylist] wrote:
>>> Changes since 4.6.1/
>>>         Add rawfrom ACL clause to match unprocessed FROM command
>> 
>> I got some new warnings:
>> 
>> bison -y -p`echo conf_yacc.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'`
>> conf_yacc.y
>> 2 rules never reduced
>> conf_yacc.y: warning: 2 useless nonterminals and 2 useless rules
>> conf_yacc.y:1367.1-18: warning: useless nonterminal: 
>> rawfromaddr_clause
>> conf_yacc.y:1373.1-19: warning: useless nonterminal:
>> rawfromregex_clause
>> conf_yacc.y:1367.25-73: warning: useless rule: rawfromaddr_clause:
>> RAWFROM EMAIL
>> conf_yacc.y:1373.25-76: warning: useless rule: rawfromregex_clause:
>> RAWFROM REGEX
> 
> Same here (build log on Ubuntu 14.04 LTS attached).

May be attached patch?

Ciao
Marcus

Re: [milter-greylist] milter-greylist 4.6.2 is available

2016-11-25 by manu@...

Marcus Schopen lists-yahoogroups@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:

> May be attached patch?

Yes, thanks! For the curious minded, I added the option after someone
requested it, but never got feedback. 

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: [milter-greylist] milter-greylist 4.6.2 is available

2016-11-25 by Marcus Schopen

On 2016-11-25 04:54, manu@... [milter-greylist] wrote:
> Marcus Schopen lists-yahoogroups@... [milter-greylist]
> <milter-greylist@yahoogroups.com> wrote:
> 
>> May be attached patch?
> 
> Yes, thanks! For the curious minded, I added the option after someone
> requested it, but never got feedback.

Japp, that was me, having problems filtering SRS senders. You send me a 
patch

   https://ftp.espci.fr/shadow/manu/rawfrom2.patch

but I got some syntax errors using rawfrom ACL, which I bravely reported 
back. [1] ;)

I did some tests with rawfrom (incl. regular expr) yesterday and it's 
working very well now. Thanks a lot for the patch!

Ciao!
Marcus

[1] mailing list: "Re: testing rawfrom patch [was: Re: [milter-greylist] 
block SRS  senders]", Wed, 14 Sep 2016 13:06:49 +0200

Re: [milter-greylist] milter-greylist 4.6.2 is available

2016-12-02 by Marcus Schopen

Hi,

On 2016-11-24 05:41, manu@... [milter-greylist] wrote:
> https://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.6.2.tgz
> MD5 (milter-greylist-4.6.2.tgz) = 8872008db2fc6b93dd9ab8576383fec2
> 
> Changes since 4.6.1/
>         Add rawfrom ACL clause to match unprocessed FROM command
>         Fix helo ACL clause string match (Attila Bruncsak)
>         Avoid excessive GeoIP logs ig database was not set
>         Fix crashes on configuration reload
>         Allow empty quoted strings in configuration
>         Add GeoIP support for IPv6 (Hajimu UMEMOTO)

I've uploaded a upstream Debian package including the rawfrom patch 
(conf_yacc.y) later in this thread:

  https://www.binux.de/debian/trusty/milter-greylist/

Ciao
Marcus

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.