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.

The email content is modified, a link to the moved content is added in txt and html.

Give it a try.
I faced a bug with mixed encoding. Normally this is corrected.
You can make it crash… Go ahead.
If it crashes nothing is delivered.

The handler is installed in the pipeline that way:

 # inserting in the pipeline
mlist.pipeline = [
    'SpamDetect',
    'Approve',
    'Replybot',
    'Moderate',
    'Hold',
    # inserting the Handler here.
    'AttachmentMove',
    'MimeDel',
    'Scrubber',
    'Emergency',
    'Tagger',
    'CalcRecips',
    'AvoidDuplicates',
    'Cleanse',
    'CleanseDKIM',
    'CookHeaders',
    'ToDigest',
    'ToArchive',
    'ToUsenet',
    'AfterDelivery',
    'Acknowledge',
    'ToOutgoing',
    ]

Feedback are welcome.

The github repository doesn't host the last revision yet.
The documentation for installation needs update too.

Sylvain.
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to