On Sat, 12 Jun 2004 manu@... wrote:
> Example:
> rcpt john.doe@... {
> addr 192.0.2.0/24
> from friend@...
> report none
> }
What about specific addr+from combinations? Eg only a specific addr block
for a specific from.
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.
-DanMessage
Re: [milter-greylist] milter-greylist-1.4
2004-06-12 by Dan Hollis