From c7d4427c4e3c1c9294e06d3bdfef0d40eda1ac01 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 14 Jul 2009 17:10:51 -0400 Subject: Added be-handle-mail and some example emails. So far, it parses the emails and executes the specified task. Todo: email the sender back with the output/errors/exit-status/etc. --- interfaces/email/interactive/examples/missing_command | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 interfaces/email/interactive/examples/missing_command (limited to 'interfaces/email/interactive/examples/missing_command') diff --git a/interfaces/email/interactive/examples/missing_command b/interfaces/email/interactive/examples/missing_command new file mode 100644 index 0000000..fefe41b --- /dev/null +++ b/interfaces/email/interactive/examples/missing_command @@ -0,0 +1,9 @@ +From jdoe@example.com Fri Apr 18 11:18:58 2008 +Message-ID: +Date: Fri, 18 Apr 2008 12:00:00 +0000 +From: John Doe +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +Subject: [be-bug] abcde + +Dummy content -- cgit From 170b87f3499b2c8a224dccf5927ae9b4e6be2013 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 19 Jul 2009 07:57:28 -0400 Subject: Reworked be-handle-mail to be more like the Debian Bug Tracker. Changed all the example emails over to the new format. Now it's time to try them all out and fix all the bugs ;). --- interfaces/email/interactive/examples/missing_command | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'interfaces/email/interactive/examples/missing_command') diff --git a/interfaces/email/interactive/examples/missing_command b/interfaces/email/interactive/examples/missing_command index fefe41b..bb390fc 100644 --- a/interfaces/email/interactive/examples/missing_command +++ b/interfaces/email/interactive/examples/missing_command @@ -4,6 +4,8 @@ Date: Fri, 18 Apr 2008 12:00:00 +0000 From: John Doe Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Subject: [be-bug] abcde +Subject: [be-bug] Subject ignored -Dummy content +abcde +-- +This should elicit a "invalid command 'abcde'" response email. -- cgit