[Mimedefang] Error In filter

Evil - Chilean Arrogance && Insanity evilnet at dipromed.cl
Tue Jul 15 17:07:02 EDT 2003


Thanks David it works fine!!


thanks again


On Tue, 15 Jul 2003, David F. Skoll wrote:

> On Tue, 15 Jul 2003, Evil - Chilean Arrogance && Insanity wrote:
> 
> > ohh.. this is sad.. can i Use in filter_sender any var like INPUTMSG? i
> > want to restrict message size by sender.. any idea?
> 
> Sure; do it in filter_begin:
> 
> if ($Sender eq '<small_sender at domain.net>' and
>     -s "./INPUTMSG" > 1000000) {
>     return action_bounce("Message too big.");
> }
> 
> --
> David.
> _______________________________________________
> MIMEDefang mailing list
> MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang
> 




More information about the MIMEDefang mailing list