Re: [Exim] exim filter

Startseite
Nachricht löschen
Nachricht beantworten
Autor: John Burnham
Datum:  
To: Diebold, Klaus
CC: exim-users
Betreff: Re: [Exim] exim filter
> we got a mail with 3 files attached, one XLS and two EXEfiles, which has
not
> been blocked by filter (Version 0.14).
>
> If I resend the mail only with the two EXEfiles, the mail is rejected by

the
> filter.
>
> Does the filter only analyse the first attached file ???
>

I believe the standard filter checks $message_body - only a part of the
actual message body is visible in this - this is controlled by the
configuration setting message_body_visible. This defaults to 500.
John