Iniital scaffolding commit.
FossilOrigin-Name: 879068412740cd5f7da23bf35a547ba7a7182370b5e9b555f22c30c007d3ebc5
This commit is contained in:
parent
11fd1b1673
commit
0313f1681a
5 changed files with 149 additions and 0 deletions
48
config.yml
Normal file
48
config.yml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
#
|
||||
# Example Sieb configuration file.
|
||||
#
|
||||
|
||||
|
||||
# Default, no logging. Relative to homedir.
|
||||
logfile: sieb.log
|
||||
|
||||
## Filter message before rules
|
||||
#pre_filter:
|
||||
# - bogofilter
|
||||
|
||||
## Filter message after rules
|
||||
#post_filter:
|
||||
# - bogofilter
|
||||
|
||||
rules:
|
||||
-
|
||||
headers:
|
||||
woo: yeah
|
||||
|
||||
|
||||
## Ordered, top down, first match wins.
|
||||
## Headers are lowercased. Multiple matches are AND'ed.
|
||||
##
|
||||
## Delivery default is ~/Maildir, any set value is an auto-created maildir under
|
||||
## that path.
|
||||
##
|
||||
#rules:
|
||||
# -
|
||||
# headers:
|
||||
# x-what: pcre-matcher
|
||||
# poonie: pcre-matcher
|
||||
# deliver: .whatever
|
||||
|
||||
# # Magic "TO" which means To: OR Cc:
|
||||
# -
|
||||
# headers:
|
||||
# TO: regexp
|
||||
# deliver: .whereever
|
||||
|
||||
# # Filter message through reformail, then deliver to ~/Maildir.
|
||||
# -
|
||||
# headers:
|
||||
# x-what: fuckery
|
||||
# filter: reformail ...
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue