[Kolab-devel] [issue2465] Lower case all occurences of MAILER-DAEMON

Richard Bos kolab-issues at intevation.de
Mon Feb 11 16:35:34 CET 2008


New submission from Richard Bos <ml at radoeka.nl>:

Some tracker issues deal with renaming MAILER-DAEMON to mailer-daemon.  In the
code however still exists some references to the capital mailer-daemon.  This
should be updated.

/usr/sbin/kolabquotareport:68:  my $mail = Mail::Message->build(  From =>
"MAILER-DAEMON",

/usr/share/kolab/scripts/kolabquotareport:68:  my $mail = Mail::Message->build(
 From => "MAILER-DAEMON",

/usr/share/kolab/scripts/kolabquotawarn:106:  $warnmessage =~
s/<admin>/MAILER-DAEMON/g;
/usr/share/kolab/scripts/kolabquotawarn:138:  my $mail = Mail::Message->build( 
>From => "MAILER-DAEMON",

/srv/www/htdocs/kolab/admin/index.php:46:               !exists_group(
'MAILER-DAEMON@'.$domain ) ) {

/srv/www/htdocs/kolab/admin/service/index.php:100:        foreach( array(
'postmaster', 'hostmaster', 'abuse', 'virusalert', 'MAILER-DAEMON' ) as $group ) {
/srv/www/htdocs/kolab/admin/service/index.php:324:              !exists_group(
'MAILER-DAEMON@'.$domain ) ) {

/usr/share/php5/kolab/admin/templates/service.tpl:13:<p>{tr msg="You have not
yet set up a receiving account for the administrative email addresses
hostmaster at yourdomain.tld, postmaster at yourdomain.tld,
MAILER-DAEMON at yourdomain.tld, abuse at yourdomain.tld and
virusalert at yourdomain.tld. Enter the email address of a kolab account below and
press the button to create a distribution list for each of those addresses.
Later you can add or remove people from the lists like any other distribution
list"}</p>

Is it possible to update all occurences?

----------
messages: 13655
nosy: rbos, thomas
priority: urgent
status: unread
title: Lower case all occurences of MAILER-DAEMON
topic: release, server
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue2465>
________________________________________________




More information about the devel mailing list