Mauricio Teixeira mauricio.teixeira@... [milter-greylist] <milter-greylist@yahoogroups.com> wrote: > Does anyone know how how to grey list a sender when the Message-ID header > is empty, or not even present at all? You want to do something on no match: dacl whitelist header /^Message-ID:/ dacl greylist default msg "empty message id" I guess you could do a more complex scenario using variables: dacl continue header /^Message-ID:/ set $has_msgid="yes" dacl greylist $has_msgid "yes" msg "empty message id" -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] Grey list when empty Message-ID + dacl question
2016-02-24 by manu@...