Re: [qmailtoaster] ezmlm trailer in messages with HTML?

2006-09-04 Thread Scott M Andrews


Just as I had suspected with this list - it didn't get the
trailer when using formatted text... damn!
So - the question is then:
Is it possible to have ezmlm only parse/send the text (non multi part
message) so i can get the trailer each time and then rely on a style
sheet on the web server?
At 11:33 AM 5/09/2006, you wrote:
I'm trying to configure my ezmlm
to add the trailer to all messages to the list, even if they contact
HTML, etc in them.



Re: [qmailtoaster] ezmlm trailer in messages with HTML?

2006-09-04 Thread Eric \Shubes\

I received the formatted text ok (fwiw).

Scott M Andrews wrote:
I'm trying to configure my ezmlm to add the trailer to all messages to 
the list, even if they contact HTML, etc in them.


I would like the trailer to be in HTML since I have the list sending to 
an address that automatically adds it to my hosted web site for easy 
updates.


Has anyone experimented with this?

The man page says 
If /dir/*/text/trailer* exists, *ezmlm-send* adds the trailer to simple 
text/plain messages in the same encoding as used for the the message. 
However, if the encoding is ``base64'' it is not safe to do this and the 
header is suppressed. For composite MIME messages, the trailer is added 
as a separate part, with the character set and encoding specified in 
/dir/*/charset*. The trailer is not added to multipart/alternative 
messages. Any tags, ``#h#'', ``#l#'', or ``#n#'' found in 
/dir/*/text/trailer* are replaced by the list host name, list local 
name, and message number, respectively.


So wanted to check if anyone else has experienced, or wanted to do the same?

Cheers,
Scott

This is some *formatted text* to see how the qmailtoaster list handles it!



--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ezmlm trailer in messages with HTML?

2006-09-04 Thread Scott M Andrews


Cheers,
But my original post didn't come with the trailer (acknowledgement of VR
and the unsubscribe info).
It's not since your reply, since your client Thunderbird, changed
Content-Type: multipart/alternative;

boundary==_508562968==.ALT
to
Content-Type: text/plain; charset=ISO-8859-1; format=flowed 
And in the process, the original (and any additional) formatting was lost
:-(
So I'd like ezmlm to only accept the text/plain part of the message so
the trailer is always added.
Cheers,
Scott...
At 11:55 AM 5/09/2006, you wrote:
I received the formatted text ok
(fwiw).
Scott M Andrews wrote:
I'm trying to configure my ezmlm
to add the trailer to all messages to the list, even if they contact
HTML, etc in them.
I would like the trailer to be in HTML since I have the list sending to
an address that automatically adds it to my hosted web site for easy
updates.
Has anyone experimented with this?
The man page says 
If /dir/*/text/trailer* exists, *ezmlm-send* adds the trailer to simple
text/plain messages in the same encoding as used for the the message.
However, if the encoding is ``base64'' it is not safe to do this and the
header is suppressed. For composite MIME messages, the trailer is added
as a separate part, with the character set and encoding specified in
/dir/*/charset*. The trailer is not added to multipart/alternative
messages. Any tags, ``#h#'', ``#l#'', or ``#n#''
found in /dir/*/text/trailer* are replaced by the list host name, list
local name, and message number, respectively.
So wanted to check if anyone else has experienced, or wanted to do the
same?
Cheers,
Scott
This is some *formatted text* to see how the qmailtoaster list handles
it!
-- 
-Eric 'shubes'
-
 QmailToaster hosted by: VR Hosted
http://www.vr.org

-
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]




Re: [qmailtoaster] ezmlm trailer in messages with HTML?

2006-09-04 Thread Scott M Andrews


Found it -
Stripping certain MIME parts from multipart messages(*).

http://mail.inter7.com/images/qmailadmin/help/ezman/ezman-3.html
At 12:02 PM 5/09/2006, you wrote:
Cheers,
But my original post didn't come with the trailer (acknowledgement of VR
and the unsubscribe info).
It's not since your reply, since your client Thunderbird, changed
Content-Type: multipart/alternative;

boundary==_508562968==.ALT
to
Content-Type: text/plain; charset=ISO-8859-1; format=flowed 
And in the process, the original (and any additional) formatting was lost
:-(
So I'd like ezmlm to only accept the text/plain part of the message so
the trailer is always added.




Re: [qmailtoaster] ezmlm trailer in messages with HTML?

2006-09-04 Thread Scott M Andrews


I'm not having much luck.
Since I can't force posters to have only text/plain settings, I need the
list to do it.
I've tried what I found below and it does indeed remove the mime
attachement, so formatting of the message is removed (colour, etc)
however the content-type is still set as multipart/alternative.

I then tried headerremove - content-type
and added headeradd - Content-Type: text/plain;
The headers do get changed, however this multipart gets but into the body
of the message (messy) and the trailer still doesn't get added by ezmlm,
so I assume the trailer happens before header work is done. It's
all in the send function, so I guess it's to do with the actual ordering
inside the code.
Any other suggestions?
Ideally, what I would like is HTML formatted messages to have a HTML
formatted trailer. But at least to get things working, all messages
stripped to text/plain and a text/plain trailer added (this should happen
automatically once the message is right).
Regards,
Scott
At 12:10 PM 5/09/2006, you wrote:
Found it -
Stripping certain MIME parts from multipart messages(*).

http://mail.inter7.com/images/qmailadmin/help/ezman/ezman-3.html

At 12:02 PM 5/09/2006, you wrote:
Cheers,
But my original post didn't come with the trailer (acknowledgement of VR
and the unsubscribe info).
It's not since your reply, since your client Thunderbird, changed
Content-Type: multipart/alternative;

boundary==_508562968==.ALT
to
Content-Type: text/plain; charset=ISO-8859-1; format=flowed 
And in the process, the original (and any additional) formatting was lost
:-(
So I'd like ezmlm to only accept the text/plain part of the message so
the trailer is always added.