[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> The syslog says "0832-099 is not a known flag". Clearly a sendmail
> problem, but what?
It would be interesting to trap the sendmail command that's being
launched, but that requires a bit of work.
The following options determine what sendmail command will get launched:
$sendmail (of course)
$use_8bitmime (adds -B8BITMIME to command line)
$dsn_notify (adds -N {arg} to command line)
$dsn_return (adds -R {arg} to command line)
> One answer said make sure you have
>
> set sendmail='/usr/sbin/sendmail -t -oi -oem'
>
> I have and it still doesn't send.
Good, because that answer is wrong. It was only valid for much older
versions of Mutt. The "-t" option must not be used with this version of
Mutt!! The default value for $sendmail is "/usr/sbin/sendmail -oem -oi".
Check and see if you have $use_8bitmime set, and try turning it off.
Only newer sendmails will understand that option.
If that doesn't do the trick, try "set sendmail=echo" and then examine
the command line that Mutt produces, to see if you can see what's wrong
with it. If you then run that sendmail command by hand, you may see a
more descriptive error message.
--
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