Hi Matthias Andree,
Ruprecht Helms <rhe...@mayn.de> writes:
maildrop: Changing to /home/rhelms
Message start at 0 bytes, envelope sender=rhelms
/etc/maildroprc(2): SENDMAIL="/var/qmail/bin/sendmail"
You don't need that, and sendmail belongs in /usr/sbin/sendmail. Check
qmail's INSTALL documents.
/etc/maildroprc(15): Evaluating IF condition.
/etc/maildroprc(15): Search of ^From: .*@link2buy\.com = 0
/etc/maildroprc(15): IF evaluated, result=0
.link2buy weg damit
Which maildrop version are you using?
the latest one (1.4.x)
Please present us the output of
"maildrop -v" and "head -20 ~/.mailfilter".
maildrop 1.4.0 Copyright 1998-2002 Double Precision, Inc.
This program is distributed under the terms of the GNU General Public
License. See COPYING for additional information.
rhelms@linux:~/Maildir/new>
head -20 (mailfilterrules)
head -20 /etc/maildroprc
SHELL "/bin/bash"
SENDMAIL="/var/qmail/bin/sendmail"
logfile "/home/rhelms/Maildir/maildroplog"
DEFAULT="/home/rhelms/Maildir"
echo 'prüfe Mail'
#if (/^From:.*@*\.ru/)
#{
# echo '.ru weg damit'
# exit
#}
if (/^From: .*@link2buy\.com/)
{
echo '.link2buy weg damit'
exit
}
rhelms@linux:~/Maildir/new>
Regards,
Ruprecht