On Sun, Aug 27, 2006 at 08:11:39AM +0200, manu@... wrote:
> Rob Stampfli <res@...> wrote:
>
> > Aside from the dnsbl checks, is there a way to impose a specific
> > delay when specifying a greylisting rule? I have an email account
> > where I only expect to get legitimate mail from a select set of
> > specific addresses, but it is being broadly spammed and the spamming
> > engines are sophisticated enough to get past the greylisting.
> >
> > What I'd like to do is to first whitelist the legitimate From:
> > addresses in the config file and then set a very long greylist
> > interval on mail to that address which would apply for everyone
> > else. Can such a thing be done?
>
> With milter-greylist 3.0 alpha2:
>
> list "friends" from { \
> friend1@... \
> friend2@... \
> friend3@... \
> }
>
> acl whitelist list "friends" rcpt user@...
> acl greylist rcpt user@... delay 24h
> acl greylist default delay 15m
Super. Just what I was looking for. Thanks for this info.
I presume 3.0 alpha2 is solid enough for everyday use? I'm
using 2.1.3 now.
RobMessage
Re: [milter-greylist] Variable delays
2006-08-27 by Robert Stampfli
Attachments
- No local attachments were found for this message.