14 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] filters only work som...
FromSent OnAttachments
Robert StoeberFeb 25, 2003 10:19 am 
Devin RubiaFeb 25, 2003 12:23 pm 
Robert StoeberFeb 25, 2003 4:02 pm 
Devin RubiaFeb 26, 2003 5:20 am 
Robert StoeberFeb 26, 2003 12:18 pm 
Devin RubiaFeb 26, 2003 12:43 pm 
Robert StoeberFeb 26, 2003 2:23 pm 
Devin RubiaFeb 27, 2003 6:27 am 
Robert StoeberFeb 28, 2003 9:36 am 
Devin RubiaFeb 28, 2003 10:24 am 
Sam VarshavchikFeb 28, 2003 2:28 pm 
Robert StoeberFeb 28, 2003 3:54 pm 
Robert StoeberFeb 28, 2003 5:54 pm 
Sam VarshavchikFeb 28, 2003 7:18 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] filters only work sometimes?Actions...
From:Devin Rubia (dev@thezone.net)
Date:Feb 25, 2003 12:23:40 pm
List:net.sourceforge.lists.courier-maildrop

On Tue, Feb 25, 2003 at 11:17:09AM -0700, Robert Stoeber wrote:

Hi,

I'm thinking this is really a vpopmail/vdelivermail question, but since the maildrop filter is also involved I thought I should ask here too. Maybe someone recognizes what is going wrong.

What I am trying to do is identify incoming mail to a few specific users and delete it. The filter seems to catch the messages, but then an error is recorded in the maildrop log file.

Is maillog telling me that vdelivermail failed to delete the mail in some cases? If so, any idea why that could happen?

Here's the filter:

VAPORIZE="| /home/vpopmail/bin/vdelivermail '' delete" if ( /jsmith/:h ) { log "Rule 1: $MATCH" to "$VAPORIZE" exit }

I'm just wondering why you go through the trouble of calling vdelivermail with delete. Why not just change your rule to:

if ( /jsmith/:h ) { log "Rule 1: $MATCH" exit }