Search found 15 matches

by CorporateBackup
Thu Nov 06, 2014 3:41 pm
Forum: Miscellaneous
Topic: Inserting a new handled domain directly into MWES.db
Replies: 1
Views: 9510

Inserting a new handled domain directly into MWES.db

I'd like to be able to insert a new managed mail domain into Mailwasher from a script rather than via http://localhost:4044/Domains.srv, and was wondering if I could simply use something like sqlite3 to add an entry to the domains table in MWES.db. Would MWES pick it up immediately and start accepti...
by CorporateBackup
Thu Nov 06, 2014 3:32 pm
Forum: MailWasher Enterprise Server
Topic: Extracting list of handled mail domains from Mailwasher
Replies: 9
Views: 20462

Re: Extracting list of handled mail domains from Mailwasher

For future reference and forum searches, the following line in a CMD shell in the same directory as the sqlite3.exe file appears to do the job: for /F "delims=^| tokens=2 usebackq" %a in (`sqlite3.exe "c:\Program Files\MailWasher Enterprise Server\data\mwes.db" "select * from domains;"`) do @echo %a...
by CorporateBackup
Thu Oct 23, 2014 1:56 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

Forwarding those logs now. They're about 25M total; if you don't get them please let me know if your mail has an incoming size limit.
EDIT: It seems it does. Trying again with compressed versions.
by CorporateBackup
Tue Oct 21, 2014 10:28 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

Out of 100% incoming mail (~4650 emails per day): First Alert: 6% RBL: 6% Custom filter: 0.6% Greylisted: 0.2% Of the rest, the exact spam level is difficult to pin down, but it's noticeable to the level that end users have repeatedly complained about it, and the examples I submitted were ones which...
by CorporateBackup
Tue Oct 21, 2014 8:49 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

I've added bl.score.senderscore.com - we already had zen.spamhaus.org, bl.spamcop.net, cbl.abuseat.org, combined.njabl.org, spam.spamrats.com, b.barracudacentral.org, and multi.surbl.org.
by CorporateBackup
Tue Oct 21, 2014 8:33 pm
Forum: MailWasher Enterprise Server
Topic: Extracting list of handled mail domains from Mailwasher
Replies: 9
Views: 20462

Re: Extracting list of handled mail domains from Mailwasher

(Update for Googlebait: sqlite3 seems to do the trick quite well. Use "SELECT * FROM domains" to spit out the list of domains in the mwes.db file.)
by CorporateBackup
Tue Oct 21, 2014 5:37 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

Here's some which got through: Subject: Workplace Health and Safety Act <adv> X-PHP-Originating-Script: 506:email.php Message-ID: <2c82a61341909cda1838429ce592ec8b@ispire614.crownleadership-events.com> Date: Sun, 19 Oct 2014 22:00:45 +0000 From: Mal Shepherd <no-reply@crownleadership-events.com> Rep...
by CorporateBackup
Tue Oct 21, 2014 4:45 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

Greylisting is enabled. Interestingly, there doesn't appear to be a way to read the quarantined email from the web interface. From the headers of one spam message: Date: Mon, 20 Oct 2014 15:51:37 +0000 From: "MRS. JESSICA ESEH" <officefile490@yahoo.com.tw> Reply-To: "MRS. JESSICA ESEH" <westerntrans...
by CorporateBackup
Tue Oct 21, 2014 2:41 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

Mmm. The problem we're running into is that the test case of MWES we've installed doesn't appear to be blocking much in the way of spam. Heuristic learning is a great tool, but until it comes up to speed, a set of predefined filters could be a useful initial starting point. Of course, it could also ...
by CorporateBackup
Mon Oct 20, 2014 10:34 pm
Forum: MailWasher Enterprise Server
Topic: Extracting list of handled mail domains from Mailwasher
Replies: 9
Views: 20462

Re: Extracting list of handled mail domains from Mailwasher

That's fair enough, but I'll need to be able to extract the list quite often, and beyond the 30-day trial limit of the third-party program. I'm having a modicum of success extracting the list of domains from the raw db file in Powershell - I'm up to about 80%. A command-line SQL tool would be useful...
by CorporateBackup
Mon Oct 20, 2014 10:26 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

Fair enough. In the meantime, is there a current set of best-practice MWES filters floating around? Even ones uploaded by current users?
by CorporateBackup
Mon Oct 20, 2014 1:50 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Re: Importing an XML file of custom spam filters for MWES

Thanks for that, Nick. The DrugsMaleEnhancement.xml file imports OK. The ChineseAndScams.xml doesn't appear to import at all. I can't tell why, as MWES does not give any error, or even an indication that the import attempt was tried but failed. Relatedly, does the MWES service need to be restarted t...
by CorporateBackup
Fri Oct 17, 2014 10:04 pm
Forum: Post Installation
Topic: Importing an XML file of custom spam filters for MWES
Replies: 17
Views: 26702

Importing an XML file of custom spam filters for MWES

Just a quick question - I've just set up MWES (trial account, 29 days to expiry) and when looking at the web interface under http://localhost:4044/FilterBlackListing.srv I'm having some problems trying to import an XML list of filters (http://www.wizcrafts.net/Filters.xml). I can only assume I'm doi...
by CorporateBackup
Fri Oct 17, 2014 9:53 pm
Forum: MailWasher Enterprise Server
Topic: Extracting list of handled mail domains from Mailwasher
Replies: 9
Views: 20462

Re: Extracting list of handled mail domains from Mailwasher

Potentially, although I'll admit I have zero experience in the use of servlets. Putting the URL into IE gives the expected {"remoteActionResponse":"success"} if I use http://localhost:4044/Domains.srv?remoteAction=login&userid=THEADMINID&password=THEPASSWORD, and then the information I want if I fol...
by CorporateBackup
Fri Oct 17, 2014 3:47 pm
Forum: MailWasher Enterprise Server
Topic: Extracting list of handled mail domains from Mailwasher
Replies: 9
Views: 20462

Extracting list of handled mail domains from Mailwasher

I'm wondering if there is any way from the command line to get a list of domains MailWasher Pro is currently handling? Either an actual command, or looking in a config file, or anything of that nature. Essentially, I'm after the same information which is displayed in the Mailwasher web portal when c...

Go to advanced search