X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvvote.pl;h=0c12a06a91e7a65af4ec29ad3ccc7fdc44c2715a;hp=c859504c71b13b1ffbedac916eaec90654ae6b3b;hb=e651da8b3f205a07e7a4247d11dfcbe6e39986f2;hpb=fb9d3eb07180d6038cf132bac5e1f19f46b7f938 diff --git a/uvvote.pl b/uvvote.pl index c859504..0c12a06 100755 --- a/uvvote.pl +++ b/uvvote.pl @@ -319,7 +319,7 @@ sub process_vote { # Should read like this: #a [ STIMME ] Text # (Text is configurable in usevote.cfg) unless ($$body =~ /$bdsg_regexp/s && - $$body =~ /#a\W*?\[\W*?$config{ja_stimme}\W*?\]\W*?$bdsg2_regexp/is) { + $$body =~ /#a\W*?\[\W*?$config{bdsg_confirm}\W*?\]\W*?$bdsg2_regexp/is) { push (@errors, 'InvalidBDSG'); }