Re: [Exim] Few Questions

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Tamas TEVESZ
Date:  
À: Pete Barnwell
CC: Exim-Users
Sujet: 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

--
[-]