hi, I test the filter, but It doesn`t work, my server works(relay) with
aliases for redirect the mail to other server, this is the problem?,
could you help me?

Best regards
Pablo


    This should do it (untested!):
 
      sub filter_begin {
      #
      #  reject email with too many recipients
      #
        if (@Recipients > 5) {
          return action_bounce("Too many recipients, message refused")
        }
      }



_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to