2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] creating mailfilter
FromSent OnAttachments
Randy PanisJan 7, 2002 6:33 pm 
Mark WeinemJan 10, 2002 4:21 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] creating mailfilterActions...
From:Mark Weinem (mark@uni-duisburg.de)
Date:Jan 10, 2002 4:21:47 am
List:net.sourceforge.lists.courier-maildrop

On Tue, 08 Jan 2002, Randy Panis wrote:

I only want some mail users to receive mail from one domain. How to bounce all email that did not came from example.com

if (!/^From:.*example\.com/) { to /dev/null } else { to "!user1 user2 user3" }

man maildropfilter

Ciao, Mark