make it two to be safe ...
eg echo \n\n
At 16:45 00/01/26 +0100, you wrote:
>On Wed, 26 Jan 2000 [EMAIL PROTECTED] wrote:
>
> > #!/bin/bash
> > echo 'Content-type: text/html'
> > echo '<html>'
>
>The RFCs say that the header (Content-type) needs to be separated from
>the actual html stuff by a newline, so it's
>
>echo 'Content-type: text/html'
>echo
>echo '<html>'
>
>LlaP
>bero
>
>--
>Anyone sending unsolicited bulk email (UBE, SPAM) to this address will be
>charged a $25 handling fee plus a $5 network traffic fee per started
>kilobyte. By extracting my address from this message or its header, you
>agree to these terms.
>
>Nevertheless, spammers trying to auto-extract addresses from this message
>will definitely want to include [EMAIL PROTECTED] and [EMAIL PROTECTED]
>
>
>--
>To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
>as the Subject.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.