procmail
[Top] [All Lists]

Re: default user file gets corrupted, and receipes are OK

2003-03-29 07:41:28
On Sat, 29 Mar 2003, VasantKumar Naidu wrote:

VN> Hello,
VN>
VN> I am having some problems with filtering my messages
VN>
VN> # Recipe 1
VN> :0
VN> * ^Subject:.*test
VN> {
VN>    :0 c
VN>    ! v1(_at_)dcomail
VN>
VN>    :0
VN>    ! v2(_at_)dcomail
VN>
VN>    :0
VN>    ! vask(_at_)dcomail
VN> }
VN> ######################################################################
VN>
VN> RESULTS
VN>
VN> 5. Now when I run my fetchmail, the messages intended
VN> for v1 and v2
VN> are received properly but that of vask gets corrupted.


You have two instances of the message. One is delivered to v1 and the
other is delivered to v2.

You require 3 instances of the message

:0
* ^Subject:.*test
{
  # 1st instance
  :0 c
  ! v1(_at_)dcomail

  # 2nd instance
  :0 c
  ! v2(_at_)dcomail
}

# third instance is delivered to default



Alan

( Please do not email me AS WELL as replying to the list. Personal
  email is welcome but may invoke a password autoresponder - the
  current pass-through address is alan+1@  )


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>