Public bug reported:

Seems that https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7632 has
been re-introduced.

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.3 LTS
Release:        18.04
Codename:       bionic

# apt-cache policy spamassassin
spamassassin:
  Installed: 3.4.2-0ubuntu0.18.04.3
  Candidate: 3.4.2-0ubuntu0.18.04.3

I am seeing *lots* of info logs for every email:

Feb  6 07:30:26 spam02a spamd[11370]: dns: new_dns_packet: domain is utf8 
flagged: grace.ns.cloudflare.com
Feb  6 07:30:26 spam02a spamd[11370]: dns: new_dns_packet: domain is utf8 
flagged: sid.ns.cloudflare.com
Feb  6 07:30:26 spam02a spamd[11370]: dns: new_dns_packet: domain is utf8 
flagged: ns1.silverpop.com


SpamAssassin/DnsResolver.pm - Line 549

---8<---
    if (utf8::is_utf8($domain)) {  # since Perl 5.8.1
      info("dns: new_dns_packet: domain is utf8 flagged: %s", $domain);
    }
---8<---

This should be a dbg flag - this is fixed in Spamassassin 3.4.4 upstream
- could we have a backport for this current version of 3.4.2?

** Affects: spamassassin (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862154

Title:
  Syslog spammed with "domain is utf8 flagged"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1862154/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to