aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-03-29 02:12:07 +0000
committerRob Austein <sra@hactrn.net>2008-03-29 02:12:07 +0000
commit4989b06a5b462a902199fe25ca1c11acf711ba73 (patch)
tree8d2d6e8b9d448b4f84bdda382031b27a2c49d427
parentc61afb576c6b31e9db4bfee9ca3533ce8a776fcc (diff)
Forgot about deaddrop
svn path=/rpkid/README; revision=1568
-rw-r--r--rpkid/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/rpkid/README b/rpkid/README
index 0ed4c7ba..9f865db1 100644
--- a/rpkid/README
+++ b/rpkid/README
@@ -435,6 +435,17 @@ TO DO:
TIME REQUIRED: Unknown
+- Deaddrop of incoming messages, for audit. Absent a better theory,
+ steal existing tech for this: preface with minimal RFC 2822 header
+ and drop it into a Maildir folder using built-in Python Maildir
+ library code, at which point it becomes soebody else's problem.
+
+ STATUS: Not started
+
+ Priority: Desirable, trivial to implement.
+
+ TIME REQUIRED: One day
+
Things implemented but not yet tested.