[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Filtering incoming messages
I created an account called newsmaster ... and I want this account to
receive messages ONLY from people that are on a list ... is it possible?
(using Qmail 1.03)
Put, in ~newsmaster/.qmail, (on one line!)
|boncesaying "You cannot send messages here"
[ "`grep -i $SENDER list`" != "" ]
where list is the file with the allowed addresses in it. Then put
./Mailbox
or
./Maildir/
depending on what you use.
Mate