9 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] convert html- and mul...
FromSent OnAttachments
Nick SimicichDec 16, 2002 12:16 am 
Ruprecht HelmsDec 16, 2002 2:10 am 
Ruprecht HelmsDec 16, 2002 8:29 am 
Nick SimicichDec 16, 2002 11:48 am 
AdministratorDec 16, 2002 12:39 pm 
Ruprecht HelmsDec 16, 2002 1:27 pm 
Ruprecht HelmsDec 16, 2002 1:44 pm 
AdministratorDec 16, 2002 6:02 pm 
Nick SimicichDec 16, 2002 7:09 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] convert html- and multipart-mails into plaintextActions...
From:Nick Simicich (nj@scifi.squawk.com)
Date:Dec 16, 2002 7:09:40 pm
List:net.sourceforge.lists.courier-maildrop

At 10:19 PM 2002-12-16 +0100, Ruprecht Helms wrote:

I see. One other I have seen that in your demine-script you use the old sendmail. This line I have to rewrite to use it with qmail-inject instead. The syntax with the parameters there seams to be some different. Possible you have some knowledge with qmail - let me know.

I have no desire to provide any specific support for qmail. It works with postfix, it works with sendmail, and I believe it will work with qmail as well since qmail provides a sendmail compatibility module, last I looked. And I try to stick to very basic use of sendmail. If you want to do anything else with the demimed scream, demime provides a lot of options. You could get it to invoke the program you want directly, for example, those options are already there -- it will send the output to a number of arbitrary places, programs, and so forth. I do that if I want to use sendmail options that demime does not do for me (such as if I want to set the RFC821 origin). The only reason to have sendmail support in the first place is to carry the variable RFC821 origin though the forwarding, which is something that can't easily be done with the command line because you may not know the origin (except that it is simple to extract if you are using it within maildrop.

Within maildrop, you should probably use 'xfilter' and then 'to' or 'cc' to deliver the altered mail to a destination.

And, for a commercial: If you have been using qmail, you really owe it to yourself to step up to postfix.