X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvvote.pl;fp=uvvote.pl;h=a82874a7b7cb1e7c579c5bf473bec686f8ff9f25;hp=0e7e2bdce2b52069989e73fc3f589457724d49d2;hb=f5828d9fad01f6e4ec78b5a6c00db848b0ba2018;hpb=3aca529725c836e6aa7968f462cff67cb63e0e60 diff --git a/uvvote.pl b/uvvote.pl index 0e7e2bd..a82874a 100644 --- 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'); }