From 904b61467d74bf374cf4a18d05f3ddf5e3a1e9a6 Mon Sep 17 00:00:00 2001 From: Thi Date: Tue, 30 Aug 2016 12:24:33 +0800 Subject: [PATCH 1/2] Fix typo --- routes/lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/lists.js b/routes/lists.js index 33bf3925..90330761 100644 --- a/routes/lists.js +++ b/routes/lists.js @@ -405,7 +405,7 @@ router.post('/subscription/unsubscribe', passport.parseForm, passport.csrfProtec req.flash('danger', err && err.message || err || 'Could not unsubscribe user'); return res.redirect('/lists/subscription/' + list.id + '/edit/' + subscription.cid); } - req.flash('success', subscription.email + ' was successfully subscribed from your list'); + req.flash('success', subscription.email + ' was successfully unsubscribed from your list'); res.redirect('/lists/view/' + list.id); }); }); From 2d272161e02838552db6f368facab5d8e663760d Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Tue, 6 Sep 2016 15:27:47 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e95fb312..649cf7f5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Subscribe to Mailtrain Newsletter [here](http://mailtrain.org/subscription/EysIv [iRedMail](http://www.iredmail.org/) Free, open source mail server solution +### ZoneMTA + +Check out [ZoneMTA](https://github.com/zone-eu/zone-mta) as an alternative self hosted MTA + ## Cons * Alpha-grade software. Might or might not work as expected