< nan-archive | Russ Allbery > Software > Scripts |
Update my email address from rra@stanford.edu to eagle@eyrie.org.
Lines changed: +4 -4
Update error reporting email address, and fix the code to send error messages via sendmail to get the correct path to sendmail.
Lines changed: +4 -4
Slightly better debugging for invalid signatures.
Lines changed: +7 -2
Tolerate Archive-Name headers with trailing whitespace.
Lines changed: +3 -2
Declare the global $LOG variable.
Lines changed: +2 -1
Use /srv/nan/archive as the root of the archive tree instead of /srv/nan-archive and fix some of the paths in the documentation.
Lines changed: +7 -7
Update Perl requirements for our.
Lines changed: +3 -3
Support listing files to archive on the command line. Add command-line option parsing and support -h and -v options. Switch to our instead of use vars.
Lines changed: +64 -24
Update the configured default paths to use /srv/nan-archive instead of /work/usenet/nan-archive. Add POD documentation.
Lines changed: +112 -6
Remove the server and message ID checks in favor of verifying the PGPMoose signature of all messages.
Lines changed: +23 -12
Fix the message ID check.
Lines changed: +2 -2
Allow not-for-mail as a Path tail as well as bounce-back.
Lines changed: +2 -2
Put a few additional safeguards in place to try to keep from processing forged messages.
Lines changed: +11 -1
Add a missing use IO::Handle.
Lines changed: +2 -1
Include the blank line between header and body, and log every archive event.
Lines changed: +3 -2
Add a missing use POSIX.
Lines changed: +2 -1
Initial version.
< nan-archive | Russ Allbery > Software > Scripts |