On Thu, Jun 05, 2003 at 11:16:44PM +0200, Christophe Zwecker wrote:

> Hi,
> 
> with sendmail and procmail I used to have somthing like this:
> 
> :0 c
> * !^FROM_DAEMON
> * !^X-Loop.* [EMAIL PROTECTED]
> * !^X-Loop.* [EMAIL PROTECTED]
> * !^From.* [EMAIL PROTECTED]
> * !^From.* samhain
> * !^From.* [EMAIL PROTECTED]
> * !^Precedence.* list
> !docmobile
> 
> that way I could get mails with my mobile from another popbox without 
> mailinglists n stuff.
> 
> how would I do that with the .mailfilter ?

I do things a bit differently. I have my INBOX, which is accessible
via POP, and then I have a subfolder, called "indirect".

My .mailfilter looks like this:

if (hasaddr('[EMAIL PROTECTED]') || hasaddr('[EMAIL PROTECTED]'))
{
to Maildir
}
to Maildir/.indirect

This drops all mail directly addressed to me into my INBOX, and
everything else into the subfolder. From my mobile (using POP3), I
only see the INBOX, and a handful of messages. The mailing list stuff
waits until I connect my laptop to the network, and use fetchmail to
download mail from INBOX and INBOX.indirect (using IMAP).

-- 
Anand Buddhdev
http://anand.org


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to