You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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)
|
|
|
|
# rule:[Ausgeschlossene Adressen]
|
|
if address :is ["From","Sender","Resent-From"] "noreply@example.org"
|
|
{
|
|
discard;
|
|
stop;
|
|
}
|