Browse Source

[Minor] Processing another messages sources

tags/1.7.4
Andrey Igoshin 6 years ago
parent
commit
9a07f09cd2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/cgp_rspamd.pl

+ 1
- 1
utils/cgp_rspamd.pl View File

@@ -201,7 +201,7 @@ sub rspamd_scan {
elsif ( $elt =~ /^R\s[^<]*(<[^>]*>).*$/ ) {
push @rcpts, $1;
}
elsif ( $elt =~ /^S (?:<([^>]+)>)?\s*S.*\[(.+)\]/ ) {
elsif ( $elt =~ /^S (?:<([^>]+)> )?(?:SMTP|HTTPU?|AIRSYNC|XIMSS) \[([0-9a-f.:]+)\]/ ) {
if ($1) {
$user = $1;
}

Loading…
Cancel
Save