]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update rules/regexp/headers.lua
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
Wed, 26 Mar 2025 17:49:05 +0000 (18:49 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 17:49:05 +0000 (18:49 +0100)
Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
rules/regexp/headers.lua

index 73b7a21da579939b317f9c38b4707ee4a6479678..1b5f55db16e66857098b0b829edb5a3a6a0efe47 100644 (file)
@@ -73,7 +73,7 @@ reconf['R_HTTP_URL_IN_FROM'] = {
   re = [[From=/(^|"|'|\s)[hH][tT][tT][pP][sS]?(:|=3A)\/\/\S/H]],
   score = 5.0,
   mime_only = true,
-  description = 'HTTP URL in From header',
+  description = 'HTTP URL preceded by the start of a line, quote, or whitespace, with normal or URL-encoded colons in From header',
   group = 'headers'
 }