Bug 446520

Summary: Broken "welcome to the list" kde-i18n-nl email
Product: [Translations] i18n Reporter: Raphael Kubo da Costa <rakuco>
Component: nlAssignee: KDE sysadmins <sysadmin>
Status: RESOLVED FIXED    
Severity: normal CC: bcooksley, freekdekruijf
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Raphael Kubo da Costa 2021-12-05 14:32:42 UTC
Originally reported here: https://mail.kde.org/pipermail/kde-i18n-nl/2021q4/000075.html

I've recently subscribed to the kde-18n-nl mailing list to send a couple of emails and noticed the 'Welcome to the "Kde-i18n-nl" mailing list' email from Mailman is broken.

While the text is in Dutch, none of the variables are being expanded correctly. For example, the beginning of the email says:

```
Welkom bij de mailinglijst %(real_name)s@%(host_name)! %(welcome)s Om
naar deze lijst te kunnen posten, stuur uw e-mail naar:

  %(emailaddr)s

Algemene informatie over de mailinglijst kunt u vinden op:

  %(listinfo_url)s
```

My guess is that the text just needs to be synced with the original, which has likely changed its variable expansion format?
Comment 1 Freek de Kruijf 2021-12-06 10:36:51 UTC
Referred this issue to webmaster@kde.org and webmaster@mail.kde.org.
Comment 2 Ben Cooksley 2021-12-07 17:19:49 UTC
It appears that at some point or another someone tried to customise the template used for sending these notifications - which broke it.

Dec 07 17:07:57 2021 (8084) broken template: /var/lib/mailman/lists/kde-i18n-nl/en/subscribeack.txt
unsupported format character '!' (0x21) at index 53

I've now removed the customised template and everything is working correctly again.