I had BAYES_20 scored as "0" lol so my bad here.
But still there is no bayes_95 or bayes_05 so lower and upper are missing...
It really is different in 4.0.1
Search found 65 matches
- 27 Sep 2024 06:33
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9196
- 27 Sep 2024 06:24
- Forum: 5.x Bugs
- Topic: reboot and mariadb usage
- Replies: 1
- Views: 1001
Re: reboot and mariadb usage
Queries are like this (DB MAILSCANNER):
SELECT id from `maillog` where messageid='<dfgdfgfd3d928a7874dsfdfs89f9afdeac38d6@domain.com>' and to_address LIKE '%user123@otherdomain.com%' LIMIT 1
SELECT id from `maillog` where messageid='<dfgdfgfd3d928a7874dsfdfs89f9afdeac38d6@domain.com>' and to_address LIKE '%user123@otherdomain.com%' LIMIT 1
- 27 Sep 2024 06:22
- Forum: 5.x Bugs
- Topic: reboot and mariadb usage
- Replies: 1
- Views: 1001
reboot and mariadb usage
Hi.
When I reboot efa it takes a lot of time for mariadb to settle down and relay info is missing.
Is there a task to RE-parse relay info and insert it to db?
What will happen after lets say 1 year of usage? Will reboot make mariadb go crazy for a long time to re-read relay info?
Thanks!
When I reboot efa it takes a lot of time for mariadb to settle down and relay info is missing.
Is there a task to RE-parse relay info and insert it to db?
What will happen after lets say 1 year of usage? Will reboot make mariadb go crazy for a long time to re-read relay info?
Thanks!
- 24 Sep 2024 08:10
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9196
Re: eFa v5 bayes behaviour
Also this: Rule Description Score Total Ham Col6 Spam Col8 BAYES_40 Bayes spam probability is 20 to 40% 0.00 2,784 2,721 97.7 63 2.3 BAYES_50 Bayes spam probability is 40 to 60% 0.80 126 93 73.8 33 26.2 BAYES_60 Bayes spam probability is 60 to 80% 1.50 437 127 29.1 3...
- 24 Sep 2024 07:24
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9196
Re: eFa v5 bayes behaviour
Or maybe because bayes storage is SQL based?
- 23 Sep 2024 13:24
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9196
Re: eFa v5 bayes behaviour
I posted this on mailing list as well... I think we need to open bug for this? Hi again. In V4 there is something wrong with bayes... I received 3 identical mails (1 external sender, 3 internal recipients) and scores are like this: 2 X like: 0.00 ARC_SIGNED Message has a ARC signature -0.10 ARC_VALI...
- 13 Sep 2024 18:14
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9196
Re: eFa v5 bayes behaviour
Yeah, guilty
It was really bothering me why same exported training data when imported to SA V4 behaved completely different.
I got my answer, maybe it will help others.
And yeah, autolearn I will turn it off for sure, it will do more harm than good anyways...
It was really bothering me why same exported training data when imported to SA V4 behaved completely different.
I got my answer, maybe it will help others.
And yeah, autolearn I will turn it off for sure, it will do more harm than good anyways...
- 10 Sep 2024 06:26
- Forum: Discussion
- Topic: Ability to download .EML mail
- Replies: 2
- Views: 8839
- 10 Sep 2024 06:26
- Forum: 5.x Bugs
- Topic: Virus scanners page
- Replies: 2
- Views: 5213
- 09 Sep 2024 13:59
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9196
Re: eFa v5 bayes behaviour
One more thing... Some mails even dont have BAYES added in score list, confirmed on 2 installs (one new and other migrate from v4) Score Matching Rule Description 1.95 DATE_IN_FUTURE_06_12 Date: is 6 to 12 hours after Received: date 1.10 DCC_CHECK Detected as bulk mail by DCC (dcc-servers.net) 0.10 ...
- 09 Sep 2024 13:35
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9196
eFa v5 bayes behaviour
Hi. Created new efa appliance on Rocky. Configured it, all is good, except for bayes. It IS working, it IS learning but when it classifies mail it is really not so decisive as it was in V3 and V4 of Efa. I have: dbg: bayes: corpus size: nspam = 1190, nham = 12441 dbg: bayes: DB expiry: tokens in DB:...
- 09 Sep 2024 13:27
- Forum: Discussion
- Topic: Ability to download .EML mail
- Replies: 2
- Views: 8839
Ability to download .EML mail
Hi. Sometimes we need .EML file for various reasons... So we copied it over sftp, webmin etc... So I had enough and wrote simple EML downloader, it is not pretty but it does job well. Can it be included in next efa version? How I did it: Create file: /var/www/html/mailscanner/dl_mail.php <?php // Ge...
- 09 Sep 2024 13:20
- Forum: 5.x Bugs
- Topic: Virus scanners page
- Replies: 2
- Views: 5213
Virus scanners page
Hi. Installed efa V5 and when I go to: "Search and reports" --> Virus report (mailscanner/rep_viruses.php) ESETSEFS is not displayed correctly, in fact it does not work at all. Solution: Add: case 'esetsefs': $scanner[$vscanner]['name'] = 'ESET'; $scanner[$vscanner]['regexp'] = "/foun...
- 07 Sep 2023 14:39
- Forum: 4.x Bugs
- Topic: DKIM broken since today
- Replies: 2
- Views: 4895
Re: DKIM broken since today
Found the culprit... Outlook from O365 apps decided to include SCRIPT tag in outgoing mails since 2 days ago. DKIM was signed but then mailscanner removed/disarmed script tag and thus corrupted DKIM body signature and sent it out. So I disabled script tag disarming and voila, job done. And no DKIM d...
- 06 Sep 2023 18:30
- Forum: 4.x Bugs
- Topic: DKIM broken since today
- Replies: 2
- Views: 4895
DKIM broken since today
Hi all. So I had my dkim working just fine until today... For some reason, mail sent from my account from Outlook client and with image pasted in email results in body hash failure. If I send same mail from OWA or phone client, DKIM is just fine. Also plain text mail is just fine or html mail with a...
- 14 Nov 2022 08:06
- Forum: How-to
- Topic: transport to multiple exchange server (DAG)
- Replies: 9
- Views: 7715
Re: transport to multiple exchange server (DAG)
I agree...
Thats why we remove the server under maintenance from dns for duration of servicing...
Thats why we remove the server under maintenance from dns for duration of servicing...
- 14 Nov 2022 06:40
- Forum: How-to
- Topic: transport to multiple exchange server (DAG)
- Replies: 9
- Views: 7715
Re: transport to multiple exchange server (DAG)
No...
In my case: exch-dag.domain.local resolves to both exchange servers in dag...
In my case: exch-dag.domain.local resolves to both exchange servers in dag...
- 10 Nov 2022 11:38
- Forum: How-to
- Topic: transport to multiple exchange server (DAG)
- Replies: 9
- Views: 7715
Re: transport to multiple exchange server (DAG)
Why not like this:
mydomain.com smtp:[exch-dag.domain.local]
Add above host into hosts file and thats it
mydomain.com smtp:[exch-dag.domain.local]
Add above host into hosts file and thats it
- 25 Jan 2022 07:33
- Forum: Discussion
- Topic: Inquiry on the next release update
- Replies: 3
- Views: 2877
Re: Inquiry on the next release update
Hi.
Just a question...
Will we be able to use it on Ubuntu aswell?
Just a question...
Will we be able to use it on Ubuntu aswell?
- 03 Nov 2020 13:28
- Forum: Discussion
- Topic: New KAM rule
- Replies: 1
- Views: 2136
New KAM rule
Hi.
I noticed that since 3 days ago I have new thing in spam report called: KAM_SIGONLY
What is this?
Can`t find anything about it...
I noticed that since 3 days ago I have new thing in spam report called: KAM_SIGONLY
What is this?
Can`t find anything about it...
- 09 Oct 2020 11:32
- Forum: How-to
- Topic: Modify subject on SA rule
- Replies: 1
- Views: 1490
Modify subject on SA rule
Hi all!
Is it possible to modify subject of mail based on triggered SpamAssasin rule?
For example:
SPF_SOFTFAIL add to subject start: [POSSIBLE SPAM] Message subject here ?
Using EfA v3.
Thanks!
Is it possible to modify subject of mail based on triggered SpamAssasin rule?
For example:
SPF_SOFTFAIL add to subject start: [POSSIBLE SPAM] Message subject here ?
Using EfA v3.
Thanks!
- 23 Apr 2020 09:50
- Forum: Discussion
- Topic: Bayes tip
- Replies: 1
- Views: 1683
Bayes tip
Hi all. I use this for quite some time and it has proven to be effective. How to train bayes and prevent even more spam: Go to search and reports and create filter like this: filter.JPG Please adjust spam scores according to your setup. Then go to "Message operations" and select spam mails...
- 14 Apr 2020 14:46
- Forum: 4.x Bugs
- Topic: No email delivered - Sender Domain not found (all DNS broken)
- Replies: 11
- Views: 6524
Re: No email delivered - Sender Domain not found (all DNS broken)
Yup, working just fine now.
except bayes and old symlink issue that I posted to other thread.
except bayes and old symlink issue that I posted to other thread.
- 14 Apr 2020 14:45
- Forum: 4.x Bugs
- Topic: Update to 4.0.2
- Replies: 24
- Views: 13545
Re: Update to 4.0.2
Hi.
Updated to new mailscanner and efa and had to this again.
bayes was not working.
Updated to new mailscanner and efa and had to this again.
bayes was not working.
- 14 Apr 2020 04:59
- Forum: 4.x Bugs
- Topic: No email delivered - Sender Domain not found (all DNS broken)
- Replies: 11
- Views: 6524
Re: No email delivered - Sender Domain not found (all DNS broken)
Same here.
After update resolvning didn`t work and resolv.conf was reverted to recursion. I also had specified internal dns server and they were gone after update.
Had to restore snapshot to make it work.
After update resolvning didn`t work and resolv.conf was reverted to recursion. I also had specified internal dns server and they were gone after update.
Had to restore snapshot to make it work.