Displaying 1 result from an estimated 1 matches for "jkastner".
2010 Jul 16
2
lda with sieve crash
...ontains "List-Id" "devel.lists.fedoraproject.org" {
fileinto "fedora.fedora-devel-list";
} elsif header :contains "List-Id" "brno-list.redhat.com" {
fileinto "redhat.brno-list";
} elsif header :regex "Subject" "^Cron <jkastner@" {
fileinto "cron";
} else {
# The rest goes into INBOX
# default is "implicit keep", we do it explicitly here
keep;
}
-------------------------------