[ Diane Barlow Close writes: ]
>
> However, a check of the code for "resend" (majordomo 1.93) shows that
> blank lines are ignored -- they're stripped out automatically. So in
> practice you don't _need_ to have a blank line before or after the
> "Approved: password" line, despite what the FAQ says.
Not true. At least one blank line is *required* between the approval
message headers and the Approved: header, between the Approved: header
and the bounced headers, and between the bounced headers and the bounced
message. If any of these blank lines are missing, the context switch is
missed.
> Here's the code from "resend" (majordomo 1.93) that shows this point:
>
> if (/^\s*$/) {
> # skip leading blank lines; usually only there if this is a
> # restart after an in-body "Approved:" line
> next;
This code just allows *more than one* blank line between the Approved:
header and the bounced headers. A blank line must be found after the
Approved: header to get to this code.
> The line must start with approved: -- no spaces before the word, and
> no spaces after your password, either. At least case is not important.
Only in the header keywords: the case of the password is significant.
--
Dave Wolfe *Not a spokesman for Motorola* (512) 891-3246
Motorola MMTG 6501 Wm. Cannon Dr. W. OE112 Austin TX 78735-8598
Follow-Ups:
References:
|
|