Re: [Exim] exim filter

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Burnham
Ημερομηνία:  
Προς: Diebold, Klaus
Υ/ο: exim-users
Αντικείμενο: 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