I have been asked to have all attachments removed from mail going to two users.
I can find the recipients (userA and B ) using the statement below.

foreach $recip (@Recipients) {
            if ($recip =~ /^<?userA|^<?userB\@/i) {
                What goes here?;
            }   
        }

But how to delete ALL attachments?
Not just bad filesnames.
This is being done because these two accounts are auto archived and we are 
hitting size limits.
So this will be a plain text archive.

TIA 
Scott O
_______________________________________________
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