Skip to content

Commit 1ba904d

Browse files
committed
cron: send mail from admin addr, not upload
1 parent c67384d commit 1ba904d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cron/cron-daily.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ sub send_the_mail {
346346
header_str => [
347347
Subject => $SUBJECT,
348348
To => PAUSE::Email->admin_email_header_object,
349-
From => "cron daemon cron-daily.pl <upload\@pause.perl.org>",
349+
From => PAUSE::Email->admin_email_header_object,
350350
],
351351
body_str => join(q{}, @blurb),
352352
);

cron/cron-p6daily.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ sub send_the_mail {
7171
},
7272
header_str => [
7373
Subject => $SUBJECT,
74-
To => PAUSE::Email->admin_email_header_object,
75-
From => "cron daemon cron-p6daily.pl <upload\@pause.perl.org>",
74+
To => PAUSE::Email->admin_email_list,
75+
From => PAUSE::Email->admin_email_list,
7676
],
7777
body_str => join(q{}, @blurb),
7878
);

0 commit comments

Comments
 (0)