Search found 1585 matches

by pdwalker
19 Aug 2016 11:21
Forum: Feature Requests
Topic: Can the "SpamAssassin Rule Hits" report include the score of a rule?
Replies: 8
Views: 9715

Re: Can the "SpamAssassin Rule Hits" report include the score of a rule?

Hi Shawn,

I had a look. mailscanner/rep_sa_rule_hits.php throws the scores away (see lines 85-87 in particular):
76 // Split the array, and get rid of the score and required values
77 if (isset($sa_rules[0])) {
78 $sa_rules = explode(", ", $sa_rules[0]);
79 } else {
80 $sa_rules = array ...
by pdwalker
19 Aug 2016 11:06
Forum: How-to
Topic: [HELP] Email delays
Replies: 7
Views: 8549

Re: [HELP] Email delays

Fair enough. That's a valid reason to disable greylisting.
by pdwalker
19 Aug 2016 10:48
Forum: How-to
Topic: Batch Learn
Replies: 2
Views: 3218

Re: Batch Learn

Nicola,

You should make one definitive post for the RRWL feature. You have posts everywhere and newcomers might find it confusing.

Include the latest code and features (like using the batch learn script above)
by pdwalker
19 Aug 2016 10:22
Forum: How-to
Topic: [HELP] Email delays
Replies: 7
Views: 8549

Re: [HELP] Email delays

I wouldn't. The problem is only temporary. After a time, the ip addresses will all be in the greylist and there will be no future problem.

greylisting, for me, reduces a lot of the spam I might otherwise receive. it's worth the hassle.

You can also keep an eye on the incoming pending greylists and ...
by pdwalker
19 Aug 2016 10:05
Forum: How-to
Topic: getting error Forbidden. Not a mobile device
Replies: 2
Views: 2542

Re: getting error Forbidden. Not a mobile device

  • edit: /etc/httpd/conf.d/ssl.conf
  • search for: 443
  • change to: 555
  • run the following comand: apachectl configtest
  • look for: "Syntax OK"
  • restart apache: apache2ctl restart
by pdwalker
19 Aug 2016 09:56
Forum: Discussion
Topic: ImageCerberusPLG5 high score, no?
Replies: 22
Views: 22862

Re: ImageCerberusPLG5 high score, no?

You can see my changes near the top of this thread. I've had fewer false positives since then.
by pdwalker
04 Aug 2016 07:56
Forum: Discussion
Topic: Hyper-v failover, eth0 is now missing
Replies: 3
Views: 4366

Re: Hyper-v failover, eth0 is now missing

This is a problem that can happen with other hypervisors, and the solution is the same.
by pdwalker
04 Aug 2016 07:55
Forum: Discussion
Topic: Mass import domains
Replies: 5
Views: 3857

Re: Mass import domains

*laugh*

Glad to have been able to help.
by pdwalker
28 Jul 2016 11:37
Forum: Discussion
Topic: Default SPF configuration?
Replies: 18
Views: 15255

Re: Default SPF configuration?

spf records are checked by spamassassin as part of the spamassassin checks.

given your rudeness, I'll let you work out the rest for yourself.
by pdwalker
28 Jul 2016 11:22
Forum: Discussion
Topic: Default SPF configuration?
Replies: 18
Views: 15255

Re: Default SPF configuration?

SPF checking requires a valid SPF _TXT entry in your DNS.

Do you have that configured properly? Have you tested your spf records for the related domains?
http://mxtoolbox.com/SuperTool.aspx
by pdwalker
28 Jul 2016 10:45
Forum: Discussion
Topic: Default SPF configuration?
Replies: 18
Views: 15255

Re: Default SPF configuration?

Of course I am being serious.

You have a problem and you don't know where the problem is. So go back to basics. What are the differences? Obviously there is a difference or you would not be having a problem.

Otherwise, you're asking us to guess for you an answer for your problem from information ...
by pdwalker
28 Jul 2016 09:52
Forum: Discussion
Topic: Default SPF configuration?
Replies: 18
Views: 15255

Re: Default SPF configuration?

What are the actual differences between the two servers? Start with that and then you should find your problem.
by pdwalker
28 Jul 2016 09:50
Forum: How-to
Topic: Detecting fraud From <-> Reply attempts
Replies: 3
Views: 4409

Re: Detecting fraud From <-> Reply attempts

That would be my approach. If mail from my domain comes into my efa box, I'd just drop it, or set it to a very high spam level.

All our mail is handled internally, so there is no reason why mail from our domain would ever come in from an external source.
by pdwalker
28 Jul 2016 09:46
Forum: How-to
Topic: users receiving a lot of Porno emails
Replies: 15
Views: 25731

Re: users receiving a lot of Porno emails

I have no idea what is causing your problem. I'd need to log into your system and see what's going on in order to work out why these domains are whitelisted.
by pdwalker
28 Jul 2016 09:44
Forum: Discussion
Topic: Mass import domains
Replies: 5
Views: 3857

Re: Mass import domains

EFA uses postfix. Can't you use the same file in /etc/postfix/transport?
by pdwalker
22 Jul 2016 00:51
Forum: Discussion
Topic: Mass import domains
Replies: 5
Views: 3857

Re: Mass import domains

how many? 10s? 100s? 1000s?

how often will they be changed?
by pdwalker
22 Jul 2016 00:49
Forum: How-to
Topic: users receiving a lot of Porno emails
Replies: 15
Views: 25731

Re: users receiving a lot of Porno emails

yes.

look here:

Code: Select all

X-efadomain-MailScanner-EFA: Found to be clean
X-efadomain-MailScanner-EFA-SpamCheck: not spam (whitelisted),
it looks like you are whitelisting the spammers, thus the spam is being marked as clean.
by pdwalker
21 Jul 2016 09:14
Forum: How-to
Topic: users receiving a lot of Porno emails
Replies: 15
Views: 25731

Re: users receiving a lot of Porno emails

You installation of Spamassassin does not appear to be configured to show the detailed spam reports with your messages.

For example, in my messages, I will see the following headers:
X-efaDomain-MailScanner-EFA-SpamScore: sssss
X-efaDomain-MailScanner-EFA-SpamCheck: spam, SpamAssassin (not cached ...
by pdwalker
12 Jul 2016 12:26
Forum: How-to
Topic: A ReputationList to add
Replies: 14
Views: 10585

Re: A ReputationList to add

I got it, and yes, I think you are correct.

I should be able to pull that perl module and disable the extra repo (phew!) and it should behave correctly.
by pdwalker
12 Jul 2016 12:24
Forum: 3.x Bugs
Topic: 3.0.0.9: SA Learn: WARNING: HOME is not set, using root:
Replies: 25
Views: 18354

Re: 3.0.0.9: SA Learn: WARNING: HOME is not set, using root:

It does and that is the version I have installed. Something must be broken in my dependencies database, because I can see the same thing:
[root@efa spamassassin]# yum deplist perl-File-MimeInfo
Loaded plugins: fastestmirror, security
Finding dependencies:
Loading mirror speeds from cached hostfile ...
by pdwalker
12 Jul 2016 11:54
Forum: How-to
Topic: A ReputationList to add
Replies: 14
Views: 10585

Re: A ReputationList to add

testing with your configuration.

how did you install your copy of the perl::net::sendbase module?
by pdwalker
12 Jul 2016 11:28
Forum: 3.x Bugs
Topic: 3.0.0.9: SA Learn: WARNING: HOME is not set, using root:
Replies: 25
Views: 18354

Re: 3.0.0.9: SA Learn: WARNING: HOME is not set, using root:

identical packages, versions and repositories.

However, the only perl packages I have installed are
- perl-File-MimeInfo
- perl-File-DesktopEntry

but not
- perl-file-BaseDir
by pdwalker
12 Jul 2016 11:20
Forum: How-to
Topic: A ReputationList to add
Replies: 14
Views: 10585

Re: A ReputationList to add

ovizil,

What else did you do to get this working?

At the moment, the only results I am getting are like so:
Spam Report:
Score Matching Rule Description
-1.90 BAYES_00 Bayes spam probability is 0 to 1%
0.25 GMD_PDF_HORIZ Contains pdf 100-240 (high) x 450-800 (wide)
0.00 HTML_MESSAGE HTML ...
by pdwalker
12 Jul 2016 10:44
Forum: 3.x Bugs
Topic: 3.0.0.9: SA Learn: WARNING: HOME is not set, using root:
Replies: 25
Views: 18354

Re: 3.0.0.9: SA Learn: WARNING: HOME is not set, using root:

Sorry ovizil, I've not got an answer.

I suspect the perl File-BaseDir package was installed when I installed File-MimeInfo, but I don't remember.

I was able to remove File-BaseDir, and my File-MimeInfo is gone.

The File-MimeInfo package is not important for EFA unless you are using the ...