9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Encrypted IMAP St...
FromSent OnAttachments
Mark ConstableJan 8, 2008 3:13 am 
Sam VarshavchikJan 8, 2008 4:02 am 
Mark ConstableJan 8, 2008 4:52 am 
Sam VarshavchikJan 8, 2008 4:25 pm 
Alessandro VeselyJan 9, 2008 1:58 am 
Mark ConstableJan 15, 2008 4:30 am 
moussJan 15, 2008 11:28 am 
Sam VarshavchikJan 15, 2008 3:34 pm 
Mark ConstableJan 16, 2008 6:49 am 
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: [courier-users] Encrypted IMAP StorageActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 15, 2008 3:34:11 pm
List:net.sourceforge.lists.courier-users

Mark Constable writes:

Thanks for your suggestion and I can now see that using maildrop to handle this is the way to go and I've done quite a bit of reading (never used PGP/smime before) but I can't get a grip on an easy/efficient way to get at just the body of a message at the point of local delivery through maildrop.

Would anyone have an idea how I can get at the body of a message using maildrop or would I have to shell out to an external script/program ?

You have to shell out no matter what, since maildrop itself has nothing in terms of encryption/digital signatures. All you need to do is run mimegpg, with the appropriate flags. mimegpg reads a well-formatted E-mail message on standard input, and writes out a well-formatted E-mail message on standard output, that's signed, encrypted, or decrypted, according to the given options.

Perfect for the xfilter command.