Page MenuHomePhorge

parser_nesting
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

parser_nesting

# Sieve Filter
# Erzeugt von Ingo (http://www.horde.org/ingo/) (30.09.2016, 16:02)
# Nested rules aren't supported and will be ignored (#5540)
require ["vacation", "regex"];
# Abwesenheit
if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe", "list-owner", "list-post", "list-archive", "list-id", "Mailing-List"],
not header :is "Precedence" ["list", "bulk", "junk"],
not header :matches "To" "Multiple recipients of*") {
if header :regex "Received" "^.*(2016) (\\(.*\\) )?..:..:.. (\\(.*\\) )?(\\+|\\-)....( \\(.*\\))?$" {
if header :regex "Received" "^.*(Oct) (\\(.*\\) )?.... (\\(.*\\) )?..:..:.. (\\(.*\\) )?(\\+|\\-)....( \\(.*\\))?$" {
if header :regex "Received" "^.*([0 ]4|[0 ]5|[0 ]6|[0 ]7) (\\(.*\\) )?... (\\(.*\\) )?.... (\\(.*\\) )?..:..:.. (\\(.*\\) )?(\\+|\\-)....( \\(.*\\))?$" {
vacation :days 7 :addresses "test@company.com" :subject "vacation" "blablabla";
}
}
}
}
# Ausgeschlossene Adressen
if address :is ["From", "Sender", "Resent-From"] "noreply@example.org" {
discard;
stop;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 9, 2:58 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
494364
Default Alt Text
parser_nesting (1 KB)

Event Timeline