4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Forwarding mail to anothe...
FromSent OnAttachments
shamshu shaikhJan 5, 2006 3:53 am 
Sam VarshavchikJan 5, 2006 3:57 am 
shamshu shaikhJan 5, 2006 4:09 am 
Sam VarshavchikJan 5, 2006 3:28 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:[maildropl] Forwarding mail to another domainActions...
From:shamshu shaikh (sham@hotmail.com)
Date:Jan 5, 2006 3:53:42 am
List:net.sourceforge.lists.courier-maildrop

Hi all,

I have qmail-vpopmail setup and maildrop as an filtering agent. I want to forward one copy of my same mail to another domain, say eg:my mail box on yahoo.com. This is my filter rule.

if (/^Subject:test$/) { exception { cc !mail@yahoo.com to /home/vpopmail/domains/xyz.com/sanjay/Maildir/.Trash/ } }

------------------------------------------------------------------ I have also tried these rule

if (/^Subject:test$/) { exception { to /home/vpopmail/domains/xyz.com/sanjay/Maildir/.Trash/ cc !mail@yahoo.com } }

-------------------------------------------------------------------------------

if (/^Subject:test$/) { exception { to "/home/vpopmail/domains/xyz.com/sanjay/Maildir/.Trash/ " cc !mail@yahoo.com } }

But none of them is working , i get an error in my qmail-send/current file

@4000000043bd05e720eb9acc status: local 1/10 remote 0/120@4000000043bd05e72359761c delivery 25: deferral: /usr/local/bin/maildrop:_Unable_to_open_mailbox./

Though my permissions are also right , as in when i just delivery the mail locally without the cc line it works fine. Please suggest some workarounds for it .

Regards shamshu