Yahoo Groups archive

Milter-greylist

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

Thread

sender + recipient exception patch

sender + recipient exception patch

2004-06-02 by Dan Hollis

This patch allows you to define sender+recipient exception pairs in 
greylist.conf. The syntax is the same as existing "from" clause, but you 
can put an additional destination recipient (non-regex) match on the end 
after a comma. E.g.

from user@...,user@...

I'm a yacc noob so forgive the ugliness.

I tested this and it seems to work for me.

    http://bani.anime.net/fromto.diff

-Dan

sender + recipient exception patch 2.0

2004-06-04 by Dan Hollis

This patch allows you to define sender+recipient exception pairs in 
greylist.conf. The syntax is the same as existing "from" clause, but you 
can put an additional destination recipient match on the end after a 
comma. E.g.

from remoteuser@...,localuser@...

The 2.0 revision patch also lets you specify destination inside the regex 
escape, separated by a comma. In this case both from and recipient must be 
valid regexes, e.g.:

from /remoteuser@.*\.domain.com,localuser@.*/

The patch is here:

    http://bani.anime.net/fromto-2.diff

-Dan

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.