my $msg = ''; my $multihead =<
---------------------------------------------------------------------
HTML removal notice $in{'subscribeUrl'}?$unsubscribe&$in{'list'}&member
---------------------------------------------------------------------

EOHTMLREMOVE $msg .= $multihead if $in{'type'} eq "multipart"; unless($in{'type'} eq 'html') { $msg .= $text_message; #XXX include the newlines in the message body $msg .= $removal if $in{'remove_notice'} eq "1"; } $msg .= $multibound if $in{'type'} eq "multipart"; unless($in{'type'} eq 'text') { $msg .= $html_message; #XXX include the newlines in the message body $msg .= $htmlremove if $in{'remove_notice'} eq "1"; } print MAIL $msg;