chocolate(_at_)twind(_dot_)com (Monee C. Kidd) writes:
This is what I used:
:0hwf
*^TOtest(_at_)twind(_dot_)com
| formail -A "X-List: Monee'sList" \
-I "Reply-To: Monee <monee(_at_)twind(_dot_)com>" \
-I "To: Monee'sList <test(_at_)twind(_dot_)com> \
missing quote here ^^^
-A"Precedence: bulk" \
:0a
! -oi `cat $home/testadds`
...and this is what I got back.....
/bin/bash: unexpected EOF while looking for `"'
You missed the closing quote on the -I "To:....
Philip Guenther