summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-03-11 19:38:32 +0200
committerLars Wirzenius <liw@liw.fi>2017-03-11 19:38:32 +0200
commitfc757194e1c4e2596678ba8d3b5269280fa12b40 (patch)
tree1238b9fd681149523bdfc88c7410cac4bf3b5677
parentaf031c4d49527c0a8854d2f152502a69eca246e5 (diff)
downloadserver-yarns-fc757194e1c4e2596678ba8d3b5269280fa12b40.tar.gz
Revert "Drop duplicate stanza"
This reverts commit af031c4d49527c0a8854d2f152502a69eca246e5.
-rw-r--r--100-mail.yarn6
1 files changed, 5 insertions, 1 deletions
diff --git a/100-mail.yarn b/100-mail.yarn
index 39dff9e..d3c835e 100644
--- a/100-mail.yarn
+++ b/100-mail.yarn
@@ -45,7 +45,11 @@ utility. Each password should be stored using a name
GIVEN large random number R
WHEN someone sends mail to liw@liw.fi with subject $R
+ THEN mailbox of liw has a mail with subject $R
+ AND mails for liw with subject $R get deleted
+
+ WHEN someone sends mail to bugs@liw.fi with subject $R
THEN mailbox of distix has a mail with subject $R
+ AND mailbox of liw has a mail with subject $R
AND mails for distix with subject $R get deleted
- THEN mailbox of liw has a mail with subject $R
AND mails for liw with subject $R get deleted