Lloyd Zusman <[EMAIL PROTECTED]> writes:

> The maildrop change works like this:
>
> - The following construct no longer deletes the enviroment variable:
>
>      SENDER=""
>
>   Rather, this variable now properly contains an empty string.

[...]

>      import SENDER     # causes maildrop to notice SENDER, if it's set
>      SENDER="$SENDER"  # forces null string, even if SENDER was unset
>      xfilter "/usr/local/tmda/bin/tmda-filter -p"

Is the SENDER="$SENDER" line really necessary?  It seems like it
shouldn't be with the new maildrop behavior.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to