[Mimedefang] Re: MIMEDefang Digest, Vol 11, Issue 65

CONTRERAS, Pablo pcontreras at ecogas.com.ar
Wed Sep 1 11:41:55 EDT 2004


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")
        }
      }





More information about the MIMEDefang mailing list