Re: [Exim] Few Questions

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Tamas TEVESZ
Data:  
Para: Pete Barnwell
CC: Exim-Users
Asunto: 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

--
[-]