[Privoxy-commits] [privoxy] 13/18: utils/filter2docs.pl: Recognize filters with dots in the name

User Git git at git.privoxy.org
Tue Mar 31 09:21:06 CEST 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit ce014ed9705e8d464e9ba1ea00846219c4265942
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Mar 31 08:37:30 2026 +0200

    utils/filter2docs.pl: Recognize filters with dots in the name
---
 utils/filter2docs.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/filter2docs.pl b/utils/filter2docs.pl
index 1610f16b..34e2d5cb 100755
--- a/utils/filter2docs.pl
+++ b/utils/filter2docs.pl
@@ -31,7 +31,7 @@ sub sgml_escape($) {
 
 sub parse_file() {
     while (<INPUT>) {
-        if (/^((?:(?:SERVER|CLIENT)-HEADER-)?(?:FILTER|TAGGER)): ([-\w]+) (.*)$/) {
+        if (/^((?:(?:SERVER|CLIENT)-HEADER-)?(?:FILTER|TAGGER)): ([-\w.]+) (.*)$/) {
             my $type_uc = $1;
             my $name = $2;
             my $description = $3;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list