Questions tagged [spamassassin]

5 questions
1
vote
0 answers

SpamAssassin: UTF-16 surrogate 0xd800 at /usr/local/share/perl5/Pod/Simple/BlackBox.pm line 67

When my Spam Assassin cron job runs, it gives Perl error messages which are then emailed to me by the cron daemon. How can I fix this error or warning? Cron job: /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log UTF-16…
Chloe
  • 528
  • 3
  • 9
  • 18
0
votes
1 answer

sa-compile: command 're2c -i -b -o scanner1.c scanner1.re' failed: exit 0

While installing some software on my Debian 10.9 server, I received this error: $ sudo apt-get install fail2ban ... [cut] Running sa-compile (may take a long time) command 're2c -i -b -o scanner1.c scanner1.re' failed: exit 0 dpkg: error…
0
votes
1 answer

SpamAssassin changes Postfix headers

Adding Spamassassin to my Postfix has had an unwarnted effect on my email headers. We use Postfix with all of the mail routed to a catchall account. Our virtual_alias_maps file looks something like: @mydomain.com catchall @mydomain2.com…
0
votes
1 answer

Postfix / SpamAssassin ignoring SPF entirely

I am currently getting a ton of email from "myself" and have been having a ton of difficulty filtering it. I have postfix configured to check SPF and (presumably) reject if it fails, and SpamAssassin has the SPF filter installed. But nothing is…
Chris
  • 565
  • 4
  • 20
0
votes
1 answer

Inconsistency between Spamassassin command line check vs daemon check

I'm running a mail server with postfix and spamassassin, and I appear to be getting a fair amount of junk mail through. I picked on one email at random to compare what the email headers say regarding spamassassin and what a command line test on the…
Aditya K
  • 1,950
  • 5
  • 18
  • 33