Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-18-2011, 02:50 AM
Junior Member
 
Posts: 5
Default [SOLVED] . (dot) symbol in sieve script

Hi All, I have 7.0.0_GA_3077_CentOS5_64 almost works fine but I have some troubles with sieve scripts:
if I reciv mail from b.robot@somedomain.org.

Code:
require ["fileinto", "reject", "tag", "flag"];

# from_robot
if anyof (header :is ["from"] "robot") {
    fileinto "robot";
    stop;
}
works fine, but:
Code:
require ["fileinto", "reject", "tag", "flag"];

# from_robot
if anyof (header :is ["from"] "b.robot@somedomain.org") {
    fileinto "robot";
    stop;
}
doesn't work

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 02-18-2011, 05:04 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

What do you mean by 'doesn't work', what exactly happens? It works for me and it would be rather strange if the filter didn't work with a period '.' in the email address as that's a fairly common format. Look at the show original of the incoming mail and make sure you're checking the correct filed and it does actually contain what you filtering on.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 02-18-2011, 05:27 AM
Junior Member
 
Posts: 5
Default

OK. I need to change rule from "matches exactly" to "contains". IRC helps.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.