Hi,
I have attachments put on hold as a general policy for all of my lists. I
do this by having this line in privacy/bounce_matching_headers:
Content-Type:.*multipart
I want, however, to allow any message posted by a particular person to be
automatically approved, even if they have attachments.
way to filter them at the mailman
interface.
Joe
- Original Message -
From: "Davide G. M. Salvetti" <[EMAIL PROTECTED]>
To: "Peter Hutnick" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 8
> PH == Peter Hutnick [2001-2-11]
PH> It might be better just to have your MTA strip attachmnets on
PH> incoming messages to the list, before Mailman ever sees them.
Following this suggestion, you may want to try MimeFilter, which is a
filter expecting a MIME compliant message on stdin, whi
It might be better just to have your MTA strip attachmnets on incoming
messages to the list, before Mailman ever sees them.
This will probably be easier to manage. For instance, your message
would have been blocked if this list was set up to block messages with
attachments, but if the MTA at
Hi. I am an administrator for a mailman list
and I am trying to use the administrative interface to block any incoming
messages that have any kind of an attachment. I have been playing about
with the Hold posts with header value
matching a specified regexp option in 'Privacy Options'
but