Introduction
Sieve is a programming language that can be used for email filtering.
How to
To put mails marked as spam in a directory called 'Junk':
require "fileinto";
if header :is "X-Spam" "YES" {
fileinto "Junk";
}
memo
Sieve is a programming language that can be used for email filtering.
To put mails marked as spam in a directory called 'Junk':
require "fileinto";
if header :is "X-Spam" "YES" {
fileinto "Junk";
}
Yes, page number starts with 0, as it should. This way, you can read 1 less page, or not.