We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest
MX entries for feedback.domain.com gets cleared out
Removing MX entries should be an exact match, not all MX entries for domain.com zone
domain.com
SpamExperts module uses listmxs function ( https://documentation.cpanel.net/display/DD/WHM+API+1+Functions+-+listmxs ) , which will return MX entries for the domain including subdomains.
listmxs
That in itself is fine, but you should do an exact match for the domain when removing MX entries.
In
cpanel-addon/library/SpamFilter/PanelSupport/Cpanel.php
Lines 1123 to 1144 in 75cc25c
Alternatively you can implement UAPI where it does actual filtering on the exact domain in https://documentation.cpanel.net/display/DD/UAPI+Functions+-+Email%3A%3Alist_mxs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version information
Latest
Steps to replicate
Actual result
MX entries for feedback.domain.com gets cleared out
Expected result
Removing MX entries should be an exact match, not all MX entries for
domain.com
zoneOther notes
SpamExperts module uses
listmxs
function ( https://documentation.cpanel.net/display/DD/WHM+API+1+Functions+-+listmxs ) , which will return MX entries for the domain including subdomains.That in itself is fine, but you should do an exact match for the domain when removing MX entries.
In
cpanel-addon/library/SpamFilter/PanelSupport/Cpanel.php
Lines 1123 to 1144 in 75cc25c
Alternatively you can implement UAPI where it does actual filtering on the exact domain in https://documentation.cpanel.net/display/DD/UAPI+Functions+-+Email%3A%3Alist_mxs
The text was updated successfully, but these errors were encountered: