guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: Disable the dangerously broken Mumi mailer


From: Tobias Geerinckx-Rice
Subject: branch master updated: hydra: Disable the dangerously broken Mumi mailer.
Date: Tue, 17 Aug 2021 13:17:30 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new f8deebe  hydra: Disable the dangerously broken Mumi mailer.
f8deebe is described below

commit f8deebe7e9b00db1971ff3d32c78eaef3acb6864
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 17 18:18:06 2021 +0200

    hydra: Disable the dangerously broken Mumi mailer.
    
    * hydra/berlin.scm (services)[mumi]: Disable MAILER?.
---
 hydra/berlin.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 5bd1ed2..48d0ede 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -335,6 +335,11 @@ Happy hacking!\n"))
              (service gwl-web-service-type)
              (service mumi-service-type
                       (mumi-configuration
+                       ;; XXX Please do not re-enable the mailer lightly.  
We've
+                       ;; lost months worth of contributions (hopefully not
+                       ;; contributors...) because all replies submitted 
through
+                       ;; it are lost, e.g. 
<http://issues.guix.gnu.org/22366#4>
+                       (mailer? #f)
                        (sender "issues.guix.gnu.org@elephly.net")
                        (smtp "sendmail:///var/mumi/mumi-mailer")))
              ;; For the Mumi mailer queue



reply via email to

[Prev in Thread] Current Thread [Next in Thread]