[exim] Filter for large messages

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Gilmar Pupo
Datum:  
To: exim-users
Betreff: [exim] Filter for large messages
Hello friends!
I have a filter:

---

if
$message_body matches
".*((video|x-world|audio|image))|((application/)+(rar|zip|internet|mac|octe|oda|ole|pics|postscript|set-payment-initiation|vnd.ms-powerpoint|win|x-)).*"
then
deliver "auditor_quee@???"
save "/dev/null" 660
finish
endif

---


It works OK for small size messages.
But for large messages does not work!
I configured message_body_visible to 999999 and the entire body of the
message is in the variable $message_body but the filter does not work.

Would you like the idea of you about how to solve this problem.

Thanks!

Gilmar

begin:vcard
fn:Gilmar Pupo
n:Pupo;Gilmar
org:Hotellinux.com, G1mr.com, Flexdigital.com.br e Gilmar.eti.br;TI
adr:;;;Cascavel;PR;;BRA
email;internet:gilmar@???
title:Desenvolvedor
tel;work:045 40639470
tel;home:045 84172352
url:http://www.gilmar.eti.br
version:2.1
end:vcard