ow Plugin Update

Questions and answers about how to do stuff
Post Reply
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

ow Plugin Update

Post by nicola.piazzi »

I updated ow plugin with a workaround, please download and replace ow.pm with this new one if you use it

http://saplugin.16mb.com/
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

OW plugin give a bonus score to legitimate mail, is very very useful because it learn from email that you send
Used in conjunction to mxpf it can hit near 80% of legitimate incoming emails
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: ow Plugin Update

Post by pdwalker »

What change did you make?
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

a little change to test first external network , this solves internal ipv6 address that give a problem
ipv6 is not supported by plugin
largo
Posts: 22
Joined: 15 Nov 2016 08:49

Re: ow Plugin Update

Post by largo »

Hi
What are you supposed to write in the "ow_message_id_server_prefix" and "ow_recipient_server_prefix" field?
I cant get it to work, It collects some mail from our webservers but put it in wrong tables, but thats all.

/Largo
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

My mailserver is 10.1.1.126 so I write the first part 10.1.
To use ow efa must be the gateway of incoming and outgoing email
largo
Posts: 22
Joined: 15 Nov 2016 08:49

Re: ow Plugin Update

Post by largo »

Ok, thanks for your reply, I tried that but it didn't work. And of course my EFA is the mailgateway for both incomming and utgoing mail. I have to keep testing.
/Largo
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

can you send me a mail to nicola.piazzi@gruppocomet.it so i send you a reply ?
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: ow Plugin Update

Post by pdwalker »

Nicola,

something weird has happened. I noticed that some of my spam scores were higher than what they are supposed to be

Code: Select all

MariaDB [mailscanner]> 
select max(timestamp) from ow_incoming_inreplyto; 
select max(timestamp) from ow_outgoing_messageid; 
select max(timestamp) from ow_outgoing_recipient;
+---------------------+
| max(timestamp)      |
+---------------------+
| 2018-02-13 16:28:32 |
| 2017-11-14 15:13:07 |
| 2017-11-14 15:13:07 |
+---------------------+
So two of my tables are no longer being populated. I cannot remember what happened on November 14th, but obviously something broke.

I've checked the my version of the plugin against the one from http://saplugin.16mb.com/ and they appear identical.

Do you have any suggestions how I can debug this while the system is running? I'd really like to get some of my spam scores down again.

Any advice on plugin debugging appreciated.

[edit] this is the only change I'm aware of that I made on the 14th: viewtopic.php?f=5&t=2814&p=11155#p11155 which may be completely unrelated.
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

Plugin never changed
I am not able to support you in this, plugin is very self made
You need to see the format of mesaageid from your Exchange if changed
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: ow Plugin Update

Post by pdwalker »

ok, yes that is what is causing my problem.

If I define "trusted_networks" for my intermediate mail hosts, then ow.pm thinks my internal ip is an external host.

Solution? Attempt 1: also add my internal ip of my mail host to trusted ips and let's see what happens.
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

yes i think you must work on it
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: ow Plugin Update

Post by pdwalker »

Hi Nicola, thanks for replying.

One question regarding om.pm: What is the condition where an entry is added to the ow_incoming_inreplyto table?

That's the only thing left that may have a problem with my configuration.
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

ow_outgoing_recipient is a table that is filled with email addresses when someone internal send a mail to these
when someone send a message from these email and have spfok from one of these is GOOD

ow_outgoing_messageid if filled when someone internal send email and contain your Exchange generated messageid
when someone fronm external send a mail that have one of these in header is VERY VERY GOOD
and it fill ow_incoming_inreplyto so if someone sent and was referenced in the past is VERY GOOD
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: ow Plugin Update

Post by pdwalker »

Thank you. That explanation will help me resolve what might be another issue I might be having.
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: ow Plugin Update

Post by nicola.piazzi »

:-)
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: ow Plugin Update

Post by shawniverson »

Post Reply