Re: [Assp-test] BomgHeaderRE catch, but I don't understand why

2010-05-22 Thread Thomas Eckardt
Ken - do you use the optimizer modules? If yes - please send me the optimized BombHeaderRe from the folder 'files/optRE' ! When I pull up that file I see: X-ASSP-Message/IP-Score: 20 (BombHeaderRe ' From: Elisa Evans elisa.a.evan') I think the match is coming from : \nfrom:.*pfizer

Re: [Assp-test] MainThread and worker errors - serivcecheck / bad file descriptor / unkown error failed IO::Socket::SSL=GLOB(0x1acccc74)

2010-05-22 Thread Thomas Eckardt
What is your setting for 'ConnectionTransferTimeOut' ? Set it not higher than the default '30 s' ! Thomas Von:K Post nntp.p...@gmail.com An: ASSP development mailing list assp-test@lists.sourceforge.net Datum: 18.05.2010 14:35 Betreff:Re: [Assp-test] MainThread and worker

Re: [Assp-test] BomgHeaderRE catch, but I don't understand why

2010-05-22 Thread Fritz Borgstedt
ASSP development mailing list assp-test@lists.sourceforge.net schreibt: dear.*\d\d% OFF dear.*\d\d% oFF \nfrom:.*pfizer \nfrom:.*viagra Unlimited constructions like .* are terrible wrong. Use .*{1,80} instead. The log shows only the first -RegEx Length in Log (RegExLength) even when a match

Re: [Assp-test] AutoUpdate possibly related to short smtp outages??

2010-05-22 Thread K Post
SMTP is unresponsive. I've got a very simple monitor that just tries to connect every minute (with 3 retries after 10 seconds if if fails). If it fails for 2 minutes in a row, then I get a notice. I don't think it's the backend MTA as I monitor that too and it is always ok. After testing with

Re: [Assp-test] MainThread and worker errors - serivcecheck / bad file descriptor / unkown error failed IO::Socket::SSL=GLOB(0x1acccc74)

2010-05-22 Thread K Post
Thanks for replying Thomas. ConnectionTransferTimeOut is set to 30 seconds. I removed all ssl dll files from the system and reinstalled using 9.8n. This problem seems to have gone away, BUT I hadn't upgraded openssl in at least a month or two prior to this. You can put this issue to rest for

Re: [Assp-test] BomgHeaderRE catch, but I don't understand why

2010-05-22 Thread K Post
Thank you both! I'll look into this and get you the optimizer stuff when I return. Great tips! I will surely impement .*{1,x} and move those that should be in bomb sender or bomb subject as appropriate. I don't quite follow this syntax: \nfrom:[^\r\n]+?(?:pfizer|viagra) What's the second

Re: [Assp-test] AutoUpdate possibly related to short smtp outages??

2010-05-22 Thread K Post
FYI - even with autoupdate set to no auto update it still puts an entry into the log that a new version is available. I have log notify set for these and the last email that i got was on a 45, though there was no outage this time. Where is the check for update schedule set, or is it some fixed

Re: [Assp-test] BomgHeaderRE catch, but I don't understand why

2010-05-22 Thread Thomas Eckardt
I don't quite follow this syntax: \nfrom:[^\r\n]+?(?:pfizer|viagra) What's the second question mark followed byt he colon? \nfrom:[^\r\n]+?(pfizer|viagra) will capture (reserves memory for, if found or not) what is inside the () \nfrom:[^\r\n]+?(?:pfizer|viagra) uses the () only for grouping

Re: [Assp-test] AutoUpdate possibly related to short smtp outages??

2010-05-22 Thread Thomas Eckardt
Where is the check for update schedule set, or is it some fixed time schedule? The schedule is fixed and calculated depending on the last check result (success or not). FYI - even with autoupdate set to no auto update it still puts an entry into the log that a new version is available. Yes,