diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-14 23:07:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-14 23:07:41 +0000 |
commit | a53bb8e1ff365a0c94a3954f6f73cc4a8774e8ee (patch) | |
tree | 3ee88ad2b49f6dbd1a73d3a1eecd7a9538c6c856 /makerelease | |
parent | 9f2d677a345cba99c77bb175934a7983feb1d4ab (diff) | |
download | fetchmail-a53bb8e1ff365a0c94a3954f6f73cc4a8774e8ee.tar.gz fetchmail-a53bb8e1ff365a0c94a3954f6f73cc4a8774e8ee.tar.bz2 fetchmail-a53bb8e1ff365a0c94a3954f6f73cc4a8774e8ee.zip |
*** empty log message ***
svn path=/trunk/; revision=1972
Diffstat (limited to 'makerelease')
-rwxr-xr-x | makerelease | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makerelease b/makerelease index 4ed53af3..a8ececc8 100755 --- a/makerelease +++ b/makerelease @@ -52,8 +52,8 @@ open(REPORT, ">PREAMBLE.$$"); print REPORT <<EOF; #!/usr/lib/sendmail -t -oem -From: esr@thyrsus.com (Eric S. Raymond) -To: fetchmail-announce@ccil.org +From: esr\@thyrsus.com (Eric S. Raymond) +To: fetchmail-announce\@ccil.org The $version release of fetchmail is now available at the usual locations, including http://$ENV{'WWWHOST'}/~esr/fetchmail. Here are the release notes: |