[Mimedefang] filter feedback desired

Isaiah zoratu at zoratu.com
Tue Dec 30 20:07:49 EST 2003


Kevin A. McGrail wrote:
  > #Change Sender case to all lower case to confirm the check is 
absolute a 1:1
> check

	Thanks for the polishing!

> if (lc($Sender) eq "email at address") {
>     # Add a header with original recipients, just for info
>     action_add_header("X-Orig-Rcpts", join(", ", @Recipients));
> 
>    # Remove original recipients
>    foreach $recip (@Recipients) {
>       delete_recipient($recip);
>    }
>    add_recipient('other at address');
>  }

	Does it matter if any given addresses are encased in ' or "?

> We've had a bunch of discussions now regarding sendmail and stickhosts and
> masquerade as with Vivek and Ray and David so if you are using masquerade_as
> or mailhub in your sendmail.mc, this very likely won't work without adding
> FEATURE(`stickyhost')dnl which breaks otherthings (sendmail.cL files and
> possible alias files).  So beware the implementor!

	The software on the MTA is not new-new.  Still beware?

	- Isaiah



More information about the MIMEDefang mailing list