Browse Source

add instructions on how to properly batch add messages..

main
John-Mark Gurney 3 weeks ago
parent
commit
cc3d34550d
Signed by: jmg GPG Key ID: 205F0B33DD006ADA
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      addinfo.sh

+ 5
- 0
addinfo.sh View File

@@ -32,6 +32,11 @@ set -e
# uncompress snapshot.complete.idx.xz to both snapshot.complete.idx and
# snapshot.idx, and then run "sh addinfo.sh -c YYYYMMDD" with the oldest
# known snapshot.
#
# $ xzcat snapshot.idx.xz | awk '{ print $5 }' | sort -u
# $ unxz < snapshot.complete.idx.xz > snapshot.complete.idx
# $ unxz < snapshot.complete.idx.xz > snapshot.idx


SNAPDIR=$(dirname $0)
MAILDIR="$SNAPDIR"/mail


Loading…
Cancel
Save