X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvvote.pl;h=2af270eff95b324e5292e63ddebc0f36c407b851;hp=9505edc301a33c8f34443a6ede12edf7e744d83e;hb=6422cdc89300a908d613765a85d075d9d5bb68be;hpb=d0fda3342cddc288c5a252df971d19f876b0106b diff --git a/uvvote.pl b/uvvote.pl index 9505edc..2af270e 100755 --- a/uvvote.pl +++ b/uvvote.pl @@ -329,7 +329,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'); }