Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Oct 02, 2013 5:04 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Hi,
I need help with a sieve script.

I added this script to my sieve server.

Code:
require ["imap4flags","fileinto","vacation"];
# rule:[Netgear]
if allof (header :is "Subject" "NETGEAR DGN2200v3 Log")
{
   setflag "\\Seen";
   fileinto "NetgearLog";
}
# rule:[RenatoResponder]
if allof (header :contains "From" "aDomainName")
{
   vacation :subject "Subject" "bodyMsg";
}


The first rule works as expected, if the email contains the netgear subject it moves it to the netgearlog folder and mark the email as read.

The second should answer with a vacation msg, I see no error at all in log but no msg is sent.
Can you help plese?
Have you got an idea on how to troubleshoot this problem?


Top
   
PostPosted: Wed Oct 02, 2013 5:27 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
reading the log I founded this:
"discarding vacation response for message implicitly delivered to"

It seems that this message is fired when the email address of the receiver is not in the To: of the message header.
This it isn't true since the header of the message I receive is like this:

To: "Davide" <myemailaddress>

any idea?


Top
   
PostPosted: Wed Oct 02, 2013 11:25 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
The problem was generated from the fact that the mail address where I activated the vacation uses aliases
and this not works for aliases.

No problem for me.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group