Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-13 23:57 UTC

Message

Re: [milter-greylist] Grey list when empty Message-ID + dacl question

2016-02-24 by manu@...

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@...

Attachments

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.