Skip to content

Commit

Permalink
better description, mdrctr stands for Mdirector Esp
Browse files Browse the repository at this point in the history
  • Loading branch information
bigio committed Mar 1, 2022
1 parent d66d147 commit f6ece2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Esp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Usage:
Checks for Mailup abused accounts
esp_mdrctr_check()
Checks for Mdrctr id abused accounts
Checks for Mdirector id abused accounts
esp_sendgrid_check()
Checks for Sendgrid abused accounts (both id and domains)
Expand Down Expand Up @@ -147,7 +147,7 @@ Files can be separated by a comma.
=item mdrctr_feed [...]
A list of files with abused Mdrctr accounts.
A list of files with abused Mdirector accounts.
Files can be separated by a comma.
=item sendgrid_domains_feed [...]
Expand Down Expand Up @@ -608,8 +608,8 @@ sub esp_mdrctr_check {
if(defined $mdrctr_id) {
$pms->set_tag('MDRCTRID', $mdrctr_id);
if ( exists $self->{ESP}->{MDRCTR}->{$mdrctr_id} ) {
dbg("HIT! $mdrctr_id customer id found in Mdrctr feed");
$pms->test_log("Mdrctr id: $mdrctr_id", $rulename);
dbg("HIT! $mdrctr_id customer id found in Mdirector feed");
$pms->test_log("Mdirector id: $mdrctr_id", $rulename);
$pms->got_hit($rulename, "", ruletype => 'eval');
return 1;
}
Expand Down
6 changes: 3 additions & 3 deletions man/man3p/Mail::SpamAssassin::Plugin::Esp.3p
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "Esp 3"
.TH Esp 3 "2022-02-03" "perl v5.34.0" "User Contributed Perl Documentation"
.TH Esp 3 "2022-03-01" "perl v5.34.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down Expand Up @@ -183,7 +183,7 @@ Usage:
\& Checks for Mailup abused accounts
\&
\& esp_mdrctr_check()
\& Checks for Mdrctr id abused accounts
\& Checks for Mdirector id abused accounts
\&
\& esp_sendgrid_check()
\& Checks for Sendgrid abused accounts (both id and domains)
Expand Down Expand Up @@ -221,7 +221,7 @@ A list of files with abused Mailup accounts.
Files can be separated by a comma.
.IP "mdrctr_feed [...]" 4
.IX Item "mdrctr_feed [...]"
A list of files with abused Mdrctr accounts.
A list of files with abused Mdirector accounts.
Files can be separated by a comma.
.IP "sendgrid_domains_feed [...]" 4
.IX Item "sendgrid_domains_feed [...]"
Expand Down

0 comments on commit f6ece2f

Please sign in to comment.