Skip to content

Commit 0a6d1e2

Browse files
committed
(logically) revert commit b4e290d where we did not consider the effect of the change for filtering
1 parent 9bd9f7c commit 0a6d1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PAUSE.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $PAUSE::Config ||=
118118
TIMEOUT => 60*60,
119119
TRUST_IS_SSL_HEADER => 1,
120120
TMP => '/data/pause/tmp/',
121-
UPLOAD => 'modules@perl.org',
121+
UPLOAD => 'upload@pause.perl.org', # used as a sender address, ideally only used by the receiver for filtering incoming email
122122
# sign the auto-generated CHECKSUM files with:
123123
CHECKSUMS_SIGNING_PROGRAM => 'gpg',
124124
CHECKSUMS_SIGNING_ARGS => '-q --homedir /home/pause/pause-private/gnupg-pause-batch-signing-home --clearsign --default-key ',

0 commit comments

Comments
 (0)