]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update headers.lua
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
Mon, 24 Mar 2025 16:53:40 +0000 (17:53 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 16:53:40 +0000 (17:53 +0100)
rules/regexp/headers.lua

index 4926f4f066b651dc9722305820b1f5db08f8b690..579b68a6ffc4e39d1cfcb619feffcfc94f87208d 100644 (file)
@@ -70,7 +70,7 @@ if rspamd_config:is_mime_utf8() then
 end
 
 reconf['R_HTTP_URL_IN_FROM'] = {
-  re = [[From=/(^|"|\s)https?:\/\/\S/iH]],
+  re = [[From=/(^|"|'|\s)https?:\/\/\S/iH]],
   score = 5.0,
   mime_only = true,
   description = 'HTTP URL in From header',