6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] a lot of filter problems
FromSent OnAttachments
Payal RathodOct 6, 2002 1:13 am 
Alexander LazicOct 6, 2002 1:59 am 
Payal RathodOct 6, 2002 6:07 am 
Alexander LazicOct 6, 2002 7:42 am 
Mark WeinemOct 6, 2002 12:26 pm 
Payal RathodOct 7, 2002 5:08 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: [maildropl] a lot of filter problemsActions...
From:Alexander Lazic (al-g@none.at)
Date:Oct 6, 2002 1:59:41 am
List:net.sourceforge.lists.courier-maildrop

Hi,

On Son 06.10.2002 01:13, Payal Rathod wrote:

I use getmail to download all the mails and put them in my ~/Maildir. I have qmail as my MTA.

Which of the '*.sh' files for delivering does you use?

Now instead of that I want to use maildrop to filter.

If you use the 'home|home+df' then you must change the 'rc' file, you can try the the following:

------------ exec env - PATH="$YOUR_QMAIL_PYTH/bin:$PATH" qmail-start '|maildrop' \ splogger qmail

------------ [untested]

So mails from qmail list, maildrop list, mutt list will go in ~/Mail/qmail, ~/Mail/maildrop, ~/Mail/mutt etc. How can I achieve this. My getmail is fired when I start connection. it is fired from /etc/ppp/. Please help me in this. Also, I would appreciate some config. files.

Here one possibility for the '.mailfilter'-file:

----------------

if(/^(To|Cc|From): .*qmail.*@list\.cr\.yp\.to.*/) { to ~/Mail/qmail/ }

if(/^(To|Cc|From): .*courier-maildrop.*@.*\.sourceforge\.net/) { to ~/Mail/maildrop/ } . .

----------------

and for the '.muttrc':

---------------- mailboxes ~/Mail/qmail ~/Mail/maildrop ...

----------------

I am very new to maildrop, so I don't understand much the techinical jargon.

Well i hope you wan't to learn ;-)

Hth

al ;-)