4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Forwarding mail to an...
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:Re: [maildropl] Forwarding mail to another domainActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 5, 2006 3:28:42 pm
List:net.sourceforge.lists.courier-maildrop

shamshu shaikh writes:

hi,

Furthermore, reading back to front is rather unnatural. bottom first, then scrolling back to read whatever you wrote. Besides, figure out what you are talking about requires scrolling to Top-posting is considered to be rude, on the Internet. Hello. Please do not top post.

I tried all combinations of putting to line above cc and vice versa with double quotes but still does'nt deliver mails to any a/c.

Please read the maildirfilter man page, slowly. Make sure you understand the syntax of maildrop filters, and when quotes are required, and why. Then, and only then, you can try again to fix your recipe.

Regards From: Sam Varshavchik <mrs@courier-mta.com>

To: cour@lists.sourceforge.net Subject: Re: [maildropl] Forwarding mail to another domain Date: Thu, 05 Jan 2006 06:57:54 -0500

shamshu shaikh writes:

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 .

Use quotes.

<< attach3 >>