summaryrefslogtreecommitdiff
path: root/files/sieve/after.sieve
diff options
context:
space:
mode:
Diffstat (limited to 'files/sieve/after.sieve')
-rw-r--r--files/sieve/after.sieve5
1 files changed, 5 insertions, 0 deletions
diff --git a/files/sieve/after.sieve b/files/sieve/after.sieve
new file mode 100644
index 0000000..610d0d1
--- /dev/null
+++ b/files/sieve/after.sieve
@@ -0,0 +1,5 @@
+# for sequential sieve scripts, this one is the after_sieve
+# keep is implicit, but it seems that only explicit fileinto actions
+# are logged and not the implicit keep action, so we specify it explicitly
+fileinto "INBOX";
+stop;