Fairlight <[EMAIL PROTECTED]> wrote:
>
> The PROBLEM is that mutt is somehow (someWHY) invoking sendmail/exim
> with the actual argument "--" ...And that's what exim is puking on.

One solution would be to create a sendmail script that looks for and
eats the "--" argument, then launches exim with the new command line.

Another would be to patch Mutt to not generate the argument.

I found it on or near line 1663 of sendlib.c:

    args = add_option (args, &argslen, &argsmax, "--");

Comment it out, I suppose.

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
Convex Division  |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to