Re: [Exim] Few Questions

Inizio della pagina
Delete this message
Reply to this message
Autore: Tamas TEVESZ
Data:  
To: Pete Barnwell
CC: Exim-Users
Oggetto: Re: [Exim] Few Questions
On Wed, 10 Oct 2001, Pete Barnwell wrote:

> a) I want to block these pesky Outlook emails where it splits it up into
> several small emails. They have a content type of message/partial, so I guess
> it should be possible to filter on that?


you can do that from a filter, roughly like

if $h_content-type: matches "message\/partial" then seen finish

the pointer points to the filter specification

--
[-]