"Jason R. Mastaler" <[EMAIL PROTECTED]> writes:

> Hans Fuchs <[EMAIL PROTECTED]> writes:
>
>> I think I can't submit that as a patch. I would have to introduce
>> some means of deleting variables in the maildrop
>> scriptlanguage.. too hard for me. So I'm going to send a bugreport.
>
> Did the maildrop maintainers ever respond to this?  I saw your post to
> the mailing list, but no followups.  I'd hate for maildrop to be
> incompatible with TMDA simply because of this.

I don't understand why one would want to delete variables.  I think the
problem occurs when the SENDER is not set when it should be.

Wouldn't it be possible to do this in maildrop? ...

  import SENDER
  if ( "X$SENDER" eq "X" )
  {
    SENDER=""
  }

It forces a missing or empty SENDER environment variable to be set with
a blank value.

Would a blank SENDER be acceptable to TMDA?

-- 
 Lloyd Zusman
 [EMAIL PROTECTED]
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to