[Mailman-Users] handler to auto detach attachment and link it to a website?

2014-03-26 Thread Sylvain Viart
Hi, I've a project to setup a mailman for newsletter. I've found many interesting links about it. I will post them as a reminder at the end of this message, as it can help someone else. My question is: Is there any handler that I can setup in the pipeline to: * detach an attachment *

Re: [Mailman-Users] handler to auto detach attachment and link it to a website?

2014-03-28 Thread Sylvain Viart
Hi Mark, Le 26/03/2014 20:32, Mark Sapiro a écrit : My question is: Is there any handler that I can setup in the pipeline to: * detach an attachment * post it to a webservice (or run a script uploading it to an online storage) * modify the content of the mail, linking it to the

Re: [Mailman-Users] handler to auto detach attachment and link it to a website?

2014-03-29 Thread Sylvain Viart
Hi, Thanks for the information. In fact, topics I've found about scrubbing, or detaching attachment, are pretty old, related to computer science… That's why I'm asking for fresh 2014 confirmation. :-) Le 28/03/2014 16:58, Mark Sapiro a écrit : As it says in that post, scrub_nondigest is an

Re: [Mailman-Users] handler to auto detach attachment and link it to a website?

2014-04-11 Thread Sylvain Viart
Hi, Le 28/03/2014 16:58, Mark Sapiro a écrit : As it says in that post, scrub_nondigest is an all or nothing feature. I may code the behavior I've described for my need : Detaching attachment, storing, linking back into the original mail. 4.67. How do I implement a custom handler in

Re: [Mailman-Users] handler to auto detach attachment and link it to a website keeping html

2014-04-15 Thread Sylvain Viart
Hi, Le 13/04/2014 17:55, Mark Sapiro a écrit : withlist is the tool for this. + http://www.msapiro.net/scripts/test_handler.py I also updated the FAQ at http://wiki.list.org/x/l4A9 to point to this script. Thanks, it saves me a lot of re-testing boring emails. Especially useful as I never

Re: [Mailman-Users] Mailman 2.1.18 release

2014-04-18 Thread Sylvain Viart
Hi, Le 17/04/2014 20:32, Mark Sapiro a écrit : I am pleased to announce the first release candidate for Mailman 2.1.18. http://www.list.org http://www.gnu.org/software/mailman http://mailman.sourceforge.net/ No topic are presented about the fresh release on those website, right? So a

Re: [Mailman-Users] Emails from yahoo members, are getting rejected by yahoo, Service Unavailable.

2014-04-18 Thread Sylvain Viart
Hi, I may have missed some topic, but why SRS (http://en.wikipedia.org/wiki/Sender_Rewriting_Scheme) doesn't come to rescue here? It isn't its original purpose? Resigning outgoing messages with messaging server own DKIM's key. Seem to be available by setuping mm_cfg.py: -

Re: [Mailman-Users] Emails from yahoo members, are getting rejected by yahoo, Service Unavailable.

2014-04-18 Thread Sylvain Viart
Le 18/04/2014 09:41, Alain Williams a écrit : I may have missed some topic, but why SRS (http://en.wikipedia.org/wiki/Sender_Rewriting_Scheme) doesn't come to rescue here? SRS rewrites the *envelope* sender. My understanding is that the YAHOO DKIM uses the From: header, not the envelope

[Mailman-Users] #Mailman

2014-04-24 Thread Sylvain Viart
Amusing. What the hashtag #mailman stand for? I don't understand any topic, not mailman related at all… Hey, great job for mailman 3! Congrats. Regards, Sylvain. -- Mailman-Users mailing list Mailman-Users@python.org

Re: [Mailman-Users] #Mailman on twitter

2014-04-25 Thread Sylvain Viart
Hi, Le 24/04/2014 22:37, Barry Warsaw a écrit : What the hashtag #mailman stand for? I know about IRC, thanks. My question was about twitter's related topic found on this #hashtag. https://twitter.com/search?q=%23mailmansrc=typd I think it's related to the mail man, or postman, the guy

[Mailman-Users] count members?

2014-05-08 Thread Sylvain Viart
document.write('927'); Hi, Is there some simple way to just get a counter of the number member subscribed in a list? So it can be put back in some html content. I've a script for another tool which outputs JavaScript for example: document.write('927'); (not related, searching the word

Re: [Mailman-Users] count members?

2014-05-08 Thread Sylvain Viart
On 08/05/2014 12:07, Sajan Parikh wrote: You could on a cron write the output of the following command to a file somewhere in your web root, then use your Javascript to read the contents of that file. root@mailman:/var/lib/mailman# ./bin/list_members discuss | wc -l 16

[Mailman-Users] web search members criteria mod

2014-05-08 Thread Sylvain Viart
Hi, Is it possible to use the member management form, or some tricks, to filter members authorized to post to an announce list? newsletter : How do I create a newsletter/announcement/one-way list? http://wiki.list.org/pages/viewpage.action?pageId=4030685 May be not… Should I use :

Re: [Mailman-Users] web search members criteria mod

2014-05-08 Thread Sylvain Viart
On 08/05/2014 15:47, Sylvain Viart wrote: Is it possible to use the member management form, or some tricks, to filter members authorized to post to an announce list? newsletter : How do I create a newsletter/announcement/one-way list? http://wiki.list.org/pages/viewpage.action?pageId=4030685

[Mailman-Users] mailman-AttachmentMove: completely remove moved attachment?

2014-05-15 Thread Sylvain Viart
Hi, What'd be the trouble if I completely remove attachment from the message? First I've copied the behavior of the Handler Scrubber.py and ThunderBird filelink module. It wipes the attachment but sill send a fake one. Which looks like: --020101070601020108020001

[Mailman-Users] looking for beta tester: attachment-move custom handler

2014-06-01 Thread Sylvain Viart
Hi, I'm looking for beta tester for my custom Handler. Before to put it in production for my client. I've setup a list here: http://mailman.opensource-expert.com/mailman/listinfo/attachment-move Subscribe and post attachment. They're supposed to be detached and posted to a remote hosting.

Re: [Mailman-Users] testing attachment-move custom handler

2014-06-02 Thread Sylvain Viart
Hi, We have done some tests. Thanks people testing it. Le 01/06/2014 11:38, Sylvain Viart a écrit : I'm looking for beta tester for my custom Handler. http://mailman.opensource-expert.com/mailman/listinfo/attachment-move Hosting in done in France and could be slow to reach from foreign

Re: [Mailman-Users] testing attachment-move custom handler

2014-06-03 Thread Sylvain Viart
Hi, Le 03/06/2014 06:18, Mark Sapiro a écrit : Of course it introduces storage and inode fillup… = Is there some cron or scheduled code available? To do what? Purging old files. I'm digging the way I should document the installation process. As this Handler is suppose to introduce

Re: [Mailman-Users] Setting uo a closed list

2014-06-05 Thread Sylvain Viart
Le 05/06/2014 14:12, BONNET, Frank a écrit : I need to setup a closed list. That is a list where only members can post AND cannot unsubscribe , this would be an emergency list so it is really important that users do not unsubscribe ! Looks like: Privacy options... [Subscription rules]

Re: [Mailman-Users] Formatting the Welcome Message

2014-06-12 Thread Sylvain Viart
Le 11/06/2014 18:01, Larry Kuenning a écrit : Thus _this is important_ will be underlined in Thunderbird, _but this is also important_ will not (at least if the line break falls within the markers, as it did when I tested this by sending it to myself). Yep it doesn't work. Is a ticket opened

Re: [Mailman-Users] Scrub_nondigest questions may be attachment-move custom handler

2014-06-23 Thread Sylvain Viart
Hi Peter, I programmed a custom handler that complete or replace Scrub_nondigest handler: AttachmentMove You can test or try it here: http://mailman.opensource-expert.com/mailman/listinfo/attachment-move Hosting in done in France and could be slow to reach from foreign countries. This running

Re: [Mailman-Users] Scrub_nondigest questions may be attachment-move custom handler

2014-06-23 Thread Sylvain Viart
Hi Peter, Le 23/06/2014 12:57, Peter Shute a écrit : I was testing that for you a few weeks ago. I just tried again, and it seems to work smoothly now. That's true, thanks. :-) You did just send a non html mail, right? AttachmentMove also support html formating. Could that be made to

[Mailman-Users] maiman3 demo and VM?

2015-07-05 Thread Sylvain Viart
Hi, Could you point me to some mailman3 online demo, please? I would like to play with turnkey https://www.turnkeylinux.org/ VM image, I discovered recently, may be it will be a good challenge to have a working mailman3 image in that format? Is there a wiki page or something uptodate with such