/[scripts]/trunk/mailman2mbox.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/mailman2mbox.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by dpavlin, Sat Nov 20 16:09:13 2004 UTC revision 21 by dpavlin, Mon Apr 10 16:53:25 2006 UTC
# Line 16  echo -n > mbox Line 16  echo -n > mbox
16  grep txt.gz index.html  | cut -d\" -f2 | while read file ; do  grep txt.gz index.html  | cut -d\" -f2 | while read file ; do
17          echo "downloading $url/$file"          echo "downloading $url/$file"
18          wget $wget "$url/$file"          wget $wget "$url/$file"
19          zcat $file >> mbox          zcat $file | perl -pe 's/^(From.+?) at (.+)$/$1\@$2/g' >> mbox
20  done  done

Legend:
Removed from v.6  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26