16 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] uncorrect function of...
FromSent OnAttachments
Ruprecht HelmsSep 20, 2002 2:19 pm 
Matthias AndreeSep 21, 2002 5:11 am 
Ruprecht HelmsSep 21, 2002 5:00 pm 
Matthias AndreeSep 21, 2002 5:10 pm 
Ruprecht HelmsSep 22, 2002 4:19 am 
Matthias AndreeSep 22, 2002 6:20 pm 
Ruprecht HelmsSep 22, 2002 11:36 pm 
Matthias AndreeSep 23, 2002 2:04 am 
Matthias AndreeSep 23, 2002 2:06 am 
Mark WeinemSep 23, 2002 4:26 pm 
Ruprecht HelmsSep 23, 2002 11:37 pm 
Matthias AndreeSep 24, 2002 3:45 am 
Ruprecht HelmsSep 24, 2002 7:19 am 
Matthias AndreeSep 24, 2002 11:41 am 
Ruprecht HelmsSep 24, 2002 1:04 pm 
Ruprecht HelmsSep 24, 2002 1:31 pm 
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] uncorrect function of the maildropfilterrulesActions...
From:Ruprecht Helms (rhe@mayn.de)
Date:Sep 24, 2002 7:19:41 am
List:net.sourceforge.lists.courier-maildrop

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