Gilmar Pupo wrote: > 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 "[email protected]" > 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 > >
Quite aside from how much body is visible, do you have MACRO's for either of: MSG_MAX = (which probably applies if present at all) SCAN_MAX = (which may or may not apply, depending on where and how you use your 'filter') HTH Bill -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
