[maildropl] howto Forward mail if headers "dont" match
Brought to you by:
mrsam
|
From: Christophe Z. <do...@zw...> - 2003-06-25 11:11:39
|
Hi,
im trying to have maildrop forward a copy of all non mailinglist mail
and exclude certain others mails too. I cant find howto do it in the
docs or I dont understand it. So far then I tried the method of copying
those mails in my standard box and cc everything else to my second
account. but somehow it alls goes to copy.
I got this:
if (/^From: DAEMON/ || /^X-Loop.* doc@zwecker\.de/ || /^X-Loop.*
czwecker@sysctl\.de/ || /^Fr\om: do...@zw.../ || /^From:
czwecker@sysctl\.de/ || /^Precendence: list/ || /^From: tracke\r/ ||
/^From samhain/)
{
to "$INBOX/"
}
cc "!docmobile"
still even If I send to myself it gets to docmobile. I thougt when I
issue the "to" maildrop stops after that ?
I also get this in logs:
Jun 25 13:02:12 zer00 courierlocal:
id=0002E015.3EF9812E.00006ED2,from=<cou...@li...>,addr=<do...@zw...>:
/usr/local/etc/courier/authmodulelist: Permission denied
maybe someone can help me on this. Id appreciate alot.
thx !!
Christophe
--
Christophe Zwecker mail: do...@zw...
Hamburg, Germany fon: +49 179 3994867
http://www.zwecker.de
"Who is General Failure ? And why is he reading my disk ??"
|