X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvbounce.pl;h=4375bf379c198ba78967fc7b333f3e71f6e28e5e;hp=b144c7482327b0faf9406a53293c3bb1c74da2ea;hb=fe022f745d715af8e046e9e7020a9b897220b0c0;hpb=a384e31e542e2520ebc1e2402a86fad5507b7da2;ds=sidebyside diff --git a/uvbounce.pl b/uvbounce.pl old mode 100644 new mode 100755 index b144c74..4375bf3 --- 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.12 Bounce-Verarbeitung +# (c) 2001-2014 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));