Re: [Exim] Few Questions

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: Pete Barnwell
CC: Exim-Users
Subject: 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

--
[-]