Hi,

I have a header check that I added some time ago that rejects mail
with message/partial content type because I believe it can't be
scanned for potential viruses unless it is first assembled:

/^(Content-(Disposition|Type)\:|[[:space:]]+).*message\/partial.*;?$/
REJECT This mail server does not permit messages with 'Content-type:
message/partial'.

Does this still present a significant threat these days, or is it okay
to permit partial messages?

If I were to permit it for a specific IP address or sender, would that
be done in a check_sender_access hash?

smtpd_recipient_restrictions =
        ...
        check_client_access hash:/etc/postfix/client_checks,
        check_sender_access hash:/etc/postfix/sender_checks,

/etc/postfix/sender_checks:
   63.87.XX.0/25                   OK

Thanks,
Alex

Reply via email to