* [mlmmj] decoding base64 moderation messages
@ 2011-01-19 11:44 Florian Effenberger
2012-01-22 12:45 ` Mark Alan
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Florian Effenberger @ 2011-01-19 11:44 UTC (permalink / raw)
To: mlmmj
Hello,
sorry for just sending in questions that much -- I know I still have
some unreplied mails even dating back to October, but as you can
imagine, The Document Foundation infrastructure kept me quite busy the
last weeks. :-) One questions: Do newer mlmmj versions support
decoding base64 moderation messages? I often receive messages like
Content-Transfer-Encoding: base64
RmFiaWFuLAoKClRoYW5rIHlvdSBmb3IgeW91ciBpbnB1dC4gQXMgdGhlc2UgYXJlIG5vdCBvZmZp
Y2lhbCBEVkRzLCBwbGVhc2UgdGFrZSBvdXQgIlRoZSBEb2N1bWVudCBGb3VuZGF0aW9uIiBmcm9t
IHRoZSBsYWJlbHMuCgoKQlRXOyBJJ20gdmVyeSBpbnRlcmVzdGVkIGluIHN0YXJ0aW5nIGEgcGh5
...
to moderate, which is quite annoying, as you first have to manually
decode the content. :-)
Thanks,
Florian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mlmmj] decoding base64 moderation messages
2011-01-19 11:44 [mlmmj] decoding base64 moderation messages Florian Effenberger
@ 2012-01-22 12:45 ` Mark Alan
2012-01-22 13:05 ` Ben Schmidt
2012-01-23 7:29 ` Florian Effenberger
2 siblings, 0 replies; 4+ messages in thread
From: Mark Alan @ 2012-01-22 12:45 UTC (permalink / raw)
To: mlmmj
On Wed, 19 Jan 2011 12:44:11 +0100, Florian Effenberger
<floeff@gmail.com> wrote:
> last weeks. :-) One questions: Do newer mlmmj versions support
> decoding base64 moderation messages? I often receive messages like
> Content-Transfer-Encoding: base64
Hello Florian,
Were you ever able to solve this issue?
It is very annoying to have to manually decode those messages:
1. Search for the message number (lets assume that its base64 starts
with TXVpdG and ends with 0KDQo=):
grep -r 'TXVpdG' /path/to/Mail/Local/*
2. and then decode it
sed -n '/TXVpdG/,/0KDQo=/p;s/^[ ]*//' /path/to/Mail/Local/mail-list-path/436
| openssl enc -d -base64
It would be nice to have it properly done by mlmmj.
M.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mlmmj] decoding base64 moderation messages
2011-01-19 11:44 [mlmmj] decoding base64 moderation messages Florian Effenberger
2012-01-22 12:45 ` Mark Alan
@ 2012-01-22 13:05 ` Ben Schmidt
2012-01-23 7:29 ` Florian Effenberger
2 siblings, 0 replies; 4+ messages in thread
From: Ben Schmidt @ 2012-01-22 13:05 UTC (permalink / raw)
To: mlmmj
>> last weeks. :-) One questions: Do newer mlmmj versions support
>> decoding base64 moderation messages? I often receive messages like
>> Content-Transfer-Encoding: base64
>
> Hello Florian,
>
> Were you ever able to solve this issue?
Mlmmj doesn't decode them, but the new list texts for moderation are
MIME messages which properly include the original message as an
attachment so your mailer should view it. Necessary supporting features
are in version control, and mailing list thread "richer listtext"
details it, I think.
Ben.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mlmmj] decoding base64 moderation messages
2011-01-19 11:44 [mlmmj] decoding base64 moderation messages Florian Effenberger
2012-01-22 12:45 ` Mark Alan
2012-01-22 13:05 ` Ben Schmidt
@ 2012-01-23 7:29 ` Florian Effenberger
2 siblings, 0 replies; 4+ messages in thread
From: Florian Effenberger @ 2012-01-23 7:29 UTC (permalink / raw)
To: mlmmj
Hi,
2012/1/22 Ben Schmidt <mail_ben_schmidt@yahoo.com.au>:
>> Were you ever able to solve this issue?
>
> Mlmmj doesn't decode them, but the new list texts for moderation are
> MIME messages which properly include the original message as an
> attachment so your mailer should view it. Necessary supporting features
> are in version control, and mailing list thread "richer listtext"
> details it, I think.
we have come up with a temporary solution at
http://www.libreoffice.org/mod - a colleage of mine created that,
Christian Lohmaier. If you are interested in the source, ping me
offlist, then I'll give you his mail address.
Florian
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-23 7:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 11:44 [mlmmj] decoding base64 moderation messages Florian Effenberger
2012-01-22 12:45 ` Mark Alan
2012-01-22 13:05 ` Ben Schmidt
2012-01-23 7:29 ` Florian Effenberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox