https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7989
--- Comment #2 from Henrik Krohns <apa...@hege.li> --- There's several regexps with extra captures that aren't used for anything, polluting variable space $maildome_id =~ /subject=https:\/\/.*\/unsubscribe\/([0-9]+)\/([0-9]+)\/.*\/([0-9]+)\/([0-9]+)\>/; $maildome_id = $2; $envfrom =~ /bounce\+(\w+)\.(\w+)\-/; $mailgun_id = $2; if($xabuse =~ /Please report abuse here: https?:\/\/.*\.musvc([0-9]+)\.net\/p\?c=([0-9]+)/) { $mailup_id = $2; if($envfrom =~ /\@(\w+\.)?([\w\.]+)\>?$/) { $sendgrid_domain = $2; if($fid =~ /(\d+):(\d+):([a-z]+)/i) { $mdrctr_id = $1; Anyway.. is there really use for this plugin in SA distribution? I just saw the discussion again a year ago on dev-list (Subject: svn commit: r1889364), apparently I complained about it being hard to maintain as many things are hardcoded. There's no quick way to release updated plugin to users. How is it supposed to be used anyway? There's no information in Esp.pm itself on where to get the files or what format they are in. There's only https://github.com/bigio/spamassassin-esp/blob/master/contrib/esp-download.sh that seems to download some Invaluement files, which do not even currently contain any data! -- You are receiving this mail because: You are the assignee for the bug.