Search 
You are here: Forums   
Latest PostsMinimize
RE: Switching database
by SteveT
on 17 May 2012 05:40 PM
RE: Switching database
by Jorgo
on 17 May 2012 04:29 PM
RE: Switching database
by fredz024
on 17 May 2012 03:43 PM
RE: Switching database
by Jorgo
on 17 May 2012 03:22 PM
RE: Switching database
by SteveT
on 17 May 2012 12:19 PM
Switching database
by Jorgo
on 16 May 2012 04:37 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 10 May 2012 02:37 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 09 May 2012 09:07 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 09 May 2012 02:36 PM
RE: Hack attempts seem to be taking down POP3
by emkry
on 09 May 2012 02:09 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 09 May 2012 02:03 PM
RE: Hack attempts seem to be taking down POP3
by emkry
on 09 May 2012 01:18 PM
RE: The operation not allowed on non-connected sockets. HELP!!
by whensen@holabird.com
on 30 Apr 2012 09:37 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 23 Apr 2012 09:14 PM

ArGoStuff User to User Support Forums
MAILFILTER 3 and VBS
Last Post 19 Jan 2007 12:05 PM by Roland -. 5 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
AuthorMessages
- -User is Offline
New Member
New Member
Send Private Message
Posts:30
Avatar

--
18 Jan 2007 05:23 AM  
hi everybody,
i want to create mailfilter 3 filters using vbs files....
i don't know if a dll o so exists....
i think i can create them generating the ascii file (like incoming.fr)

now i see there are many commands...  here it is an example that create two filters (the first active and the second not) the first check using my AV and the second check the message for some blacklists....


Version=4.0
Active=10

[Antivirus]
0
CIFC
ADEL
ASTP

[blacklist remove]
0
CDBL0spam.fusionzero.com|ANY¦bl.csma.biz|ANY¦bl.deadbeef.com|ANY¦cbl.abuseat.org|ANY¦opm.blitzed.org|ANY¦
ADEL
ASTP



Now.. where can i get the list of commands? must i study all by myself?
thanks.... mirko
Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1300
Avatar

--
18 Jan 2007 05:22 PM  
To create your filters, I would use the MF user interface.

I can't see why you would need to script to generate the filters?

I don't know of any reference on this. I suggest contacting Server Side Solutions directly.
- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
Roland -User is Offline
Forum Moderator
Veteran Member
Veteran Member
Send Private Message
Posts:1073
Avatar

--
19 Jan 2007 02:40 AM  
iAutoAMSReturnCode = 0;
var sCMDLine = sAutoAMSScript + " " + sArg1 + " " + sArg2 + " " + sArg3 + " " + sArg4;
session.log("------ Run AutoAMS.vbs -> " + sCMDLine);
iAutoAMSReturnCode = run(sWscriptEXEPath, sCMDLine, "60");
session.log("------ AutoAMS.vbs returned " + iAutoAMSReturnCode);
return iAutoAMSReturnCode;

I think the code above should be self-explaning. MF has a hidden feature to implement scripts as filters. Opens.ini and set "UseScripting" to 1.

I'm in hurry and can't check it at the moment. But so far as I remember there are instructions how to use the scripting module of MF in the help section of this application.

-Roland
Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1300
Avatar

--
19 Jan 2007 09:25 AM  
Roland,

My interruption of the message as that he wanted to create filters using VBS, not execute vbs scripts. He will have to clarify which method he was referring to in his message.
- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
- -User is Offline
New Member
New Member
Send Private Message
Posts:30
Avatar

--
19 Jan 2007 09:45 AM  
yes i want to use vbs... why? simple.. i want my users to crete their own filters... :-)... i want to contact sssolutions.. but i can't find any e-mail or so on... thanks.. mirko
Roland -User is Offline
Forum Moderator
Veteran Member
Veteran Member
Send Private Message
Posts:1073
Avatar

--
19 Jan 2007 12:05 PM  
I know the developers name is Alex and the stuff is on sssolutions.net
 
You are not authorized to post a reply.

Active Forums 4.2
DonationsMinimize

Find our site useful? Make a donation to show your support

Donate

logo_ccMC.giflogo_ccVisa.giflogo_ccDiscover.giflogo_ccAmex.gif

ArGoStuff Supporters

 


News from ArGoSoftMinimize
1 2 3 4 5 6


Mail Server v1.0.8.3
  • Added support of STARTTLS (STLS) command for SMTP, POP3, IMAP, and SMTP relay and delivery, which will allow secure, fully encrypted connections, when possible;
11/6/2011 1:10:34 PM
Mail Server v1.0.8.2
  • Optimized delivery speed. In earlier versions each "tick" which was checking whether messages were in the outbox queue, was picking up only one message at a time. Now it will attempt to pick MaximumAllowedThreads-ActiveDelivery threads messages, which should considerably increase deliver speed;
  • Optimized SEARCH and STATUS IMAP commands. They appear to be used very extensively by Android, and (not that extensively, but still) by iPhone. Now users who use mobile phones to access their IMAP accounts will see considerable improvement;
  • Optimized STORE IMAP command. Before storing of IMAP flags was occuring one message at a time, which seemed to be fine with SQL server, but proved to be slow for SQLite... Now it happens with single SQL call.
10/8/2011 7:59:35 PM
ArGoSoft Mail Server v1.0.8.1
  • Fixed a bug: when using IMAP via Firefox with "When I delete a message, move it to Trash folder" option, marking messages in the trash folder was causing high CPU usage, and was taking some time, making the server pretty much non-responsive. The problem was happening only when using SQLite.
6/6/2011 9:33:36 PM
ArGoSoft Mail Server v1.0.8.0
  • Fixed a problem with web interface - was showing only first page of messages, and would not switch to other pages; In order to fix the web interface, mail server itself has to be updated;
  • When installint initially, was still using SQLite, even when SQL was requested;
  • There was a problem with switching from SQLite database engine to SQL server database engine: the SQL database was not being created;
5/23/2011 5:53:55 PM
ArGoSoft Mail Server .NET v1.0.7.9
  • The server no longer requires Microsoft SQL Server. If SQL server is not found, it will use SQLite engine, which does not require separate installation. If SQL server is found, then user will be prompted whether he wants to use it;
  • Made other improvements, such as, now mailbox rebuild indexes orphaned records, rather then deleting them, also added an opotion to increment UIDL validity of folder (both on the Mailbox viewer box);
  • Made minor improvements on web interface;
4/26/2011 9:47:25 PM


1 2 3 4 5 6

Get PayPal


Home:ArGoStuff:Forums:Articles:Cyber Security Tips:FAQ:Downloads:Links
Copyright 2006-2011 by ArGoStuff Terms Of UsePrivacy Statement