Hi @BOates,
I have difficulties creating this one
2) Copy/Paste the below code inside and save it
Code:
sub trimdomain {
require Mail::SpamAssassin::Util::RegistrarBoundaries;
my $domain = shift;
my $trimmed_domain = Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain($domain);
return $trimmed_domain;
}
Although I already created directory mkdir /usr/local/cpanel/etc/exim/perl/trimdomain but I cant copy paste step 2 scripts using nano /usr/local/cpanel/etc/exim/perl/trimdomain. Did I miss something??
but I'm done with this steps /usr/local/cpanel/etc/exim/acls/ACL_MAIL_POST_BLOCK/custom_begin_mail_post
and Copy/Paste the below code inside and save it.
Thanks for your help.
I have difficulties creating this one
2) Copy/Paste the below code inside and save it
Code:
sub trimdomain {
require Mail::SpamAssassin::Util::RegistrarBoundaries;
my $domain = shift;
my $trimmed_domain = Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain($domain);
return $trimmed_domain;
}
Although I already created directory mkdir /usr/local/cpanel/etc/exim/perl/trimdomain but I cant copy paste step 2 scripts using nano /usr/local/cpanel/etc/exim/perl/trimdomain. Did I miss something??
but I'm done with this steps /usr/local/cpanel/etc/exim/acls/ACL_MAIL_POST_BLOCK/custom_begin_mail_post
and Copy/Paste the below code inside and save it.
Thanks for your help.