We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd9f7c commit 0a6d1e2Copy full SHA for 0a6d1e2
lib/PAUSE.pm
@@ -118,7 +118,7 @@ $PAUSE::Config ||=
118
TIMEOUT => 60*60,
119
TRUST_IS_SSL_HEADER => 1,
120
TMP => '/data/pause/tmp/',
121
- UPLOAD => 'modules@perl.org',
+ UPLOAD => 'upload@pause.perl.org', # used as a sender address, ideally only used by the receiver for filtering incoming email
122
# sign the auto-generated CHECKSUM files with:
123
CHECKSUMS_SIGNING_PROGRAM => 'gpg',
124
CHECKSUMS_SIGNING_ARGS => '-q --homedir /home/pause/pause-private/gnupg-pause-batch-signing-home --clearsign --default-key ',
0 commit comments