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 ;-)