X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvbounce.pl;h=1bf513940cd151c2cf1344dc4ce72dc1a58f1d2d;hp=b144c7482327b0faf9406a53293c3bb1c74da2ea;hb=ef295458755c4633db651b8b34683f01786345dc;hpb=a384e31e542e2520ebc1e2402a86fad5507b7da2 diff --git a/uvbounce.pl b/uvbounce.pl index b144c74..1bf5139 100644 --- a/uvbounce.pl +++ b/uvbounce.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -w ############################################################################### -# UseVoteGer 4.07 Bounce-Verarbeitung -# (c) 2001-2004 Marc Langer +# UseVoteGer 4.09 Bounce-Verarbeitung +# (c) 2001-2005 Marc Langer # # This script package is free software; you can redistribute it and/or # modify it under the terms of the GNU Public License as published by the @@ -33,7 +33,7 @@ my %opt_ctl = (); my %bounces = (); my $pop3 = 0; -print STDERR "\n$usevote_version Bounce-Verarbeitung - (c) 2001-2004 Marc Langer\n\n"; +print STDERR "\n$usevote_version Bounce-Verarbeitung - (c) 2001-2005 Marc Langer\n\n"; # unknown parameters remain in @ARGV (for "help") Getopt::Long::Configure(qw(pass_through bundling));