[Mimedefang] I know, it's a Bad Idea(tm)

David F. Skoll dfs at roaringpenguin.com
Tue Feb 26 15:41:43 EST 2002


On Tue, 26 Feb 2002, Young, Gil wrote:

> An exec where I work wants to be able to recieve mail with any extension no
> matter what.

Is there a higher-up exec to whom you can appeal?  Does the exec who
wants the attachments run Windows?

> sub filter_begin {
> foreach $recip (@Recipients) {
> if ($recip eq 'ttt at aaa.com') {

It will most likely look like this:
> if ($recip eq '<ttt at aaa.com>') {

Note that if you get a single for "zzz at aaa.com" and "ttt at aaa.com",
it will go through, even if zzz wants it blocked.

Regards,

David.




More information about the MIMEDefang mailing list