On Sat, 12 Jun 2004 manu@... wrote:
> Dan Hollis <goemon@...> wrote:
> > I guess you'd need multiple rcpt {} blocks for that. Unless you allowed
> > nesting:
> >
> > rcpt john.doe@... {
> > addr 192.0.2.0/24 {
> > from friend@...
> > }
> > addr 10.0.0.1/8 {
> > from otherfriend@...
> > }
> > report none
> > }
> >
> > But this could get ugly.
> could? Is there something that makes you feel you have wrote something
> that is not ugly? ;)
> Seriously speaking, the nested stuff will be complicated to implement
> and complicated to understand, I'm not sure it's a good idea.
The alternative is this, which I think is ugly too:
rcpt john.doe@... {
addr 192.0.2.0/24
from friend@...
report none
}
rcpt john.doe@... {
addr 10.0.0.1/8 {
from otherfriend@...
report none
}
-DanMessage
Re: [milter-greylist] milter-greylist-1.4
2004-06-12 by Dan Hollis
Attachments
- No local attachments were found for this message.