-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 12 Mar 2002, Andriy Yanko stated:
Hi!
Why next filter don't work correctly?
cat /home/mery/.qmail:
---
| preline /usr/local/bin/maildrop
---
cat /home/mery/.mailfilter:
---
SENDMAIL="/var/qmail/bin/sendmail"
if ( /^Subject: test/ )
{
to ! john
}
When somebody send mail to mery with subject "test" than maildrop
delivery mail to file /home/mery/0 . Why?
Change it to read:
if ( /^Subject: test/ )
{
to "!john"
}
Or:
if ( /^Subject: [Tt][Ee][Ss][Tt]/ )
{
to "!john"
}
Which would catch an case variation
Sean
- --
,,,
(o o)
- -=-=-=-=-=-=-=-=-=-=-=-oOOo-(_)-oOOo-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Offering feeds for Fidonet, Adventurenet, and many other nets
See http://www.tcob1.net for more details
ICQ: 679813 Linux User: 231986 TCOB1 BBS: 095 43852 Yahoo: tcob_1
Jabber: tcob...@jabber.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Use GPG for Secure Mail
iEYEARECAAYFAjyNzmEACgkQeR/L2ZZp3E+sagCggVnVoF67oKgZaKFwAD0Gqqbg
a2kAniLAAaEu7LSP57z7y3tpeDHAqwq+
=gvcL
-----END PGP SIGNATURE-----