guix-commits
[Top][All Lists]
Advanced

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

02/02: berlin: Re-enable mumi's mailer.


From: Ludovic Courtès
Subject: 02/02: berlin: Re-enable mumi's mailer.
Date: Fri, 18 Mar 2022 18:07:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 0e60b646ef6b53c2603d86716125da7a016daf7f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 18 23:06:17 2022 +0100

    berlin: Re-enable mumi's mailer.
    
    * hydra/berlin.scm (services)[mumi-configuration]: Set 'mailer?' to #t.
---
 hydra/berlin.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index dad2ac8..4e8b533 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -375,11 +375,10 @@ Happy hacking!\n"))
 
              (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)
+                       ;; The mailer used to break:
+                       ;; <https://issues.guix.gnu.org/49295>.  This is
+                       ;; solved, but do check once in a while.
+                       (mailer? #t)
                        (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]