[Assp-test] ASSP Version 1.x Question about File name in folder okmail

2010-03-02 Thread Karl-Heinz

Hi there,

I realized that messages which are saved in the okmail folder use -- within 
the file name (e.g
Your_order_268041--100.eml). The -- create some problems when I try to use ls 
or other Linux tools
with wild cards.

I found in the source the line

 my @files = map 
{s/^\Q$base\E[\\\/]\Q$spamlog\E[\\\/]([^\\\/]*)--\d+$maillogExt$/$1/}
in ConfigChangeMaxAllowedDups.

Is there any reason why -- is used or can I just change this?

BR
 Karl

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] ASSP Version 1.x Question about File name in folder okmail

2010-03-02 Thread Fritz Borgstedt
ASSP development mailing list assp-test@lists.sourceforge.net
schreibt:
I found in the source the line

 my @files = map
{s/^\Q$base\E[\\\/]\Q$spamlog\E[\\\/]([^\\\/]*)--\d+$maillogExt$/$1/}
in ConfigChangeMaxAllowedDups.

Is there any reason why -- is used or can I just change this?


This does not create the filename, it just compares filemames to find
maximum allowed duplicates.
The filename is created  in sub maillogFilename

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


[Assp-test] Updater gone crazy ?

2010-03-02 Thread GrayHat
Got the following from ASSP

Info: new assp version 2.0.2(0.0.02) is available for download at
http://assp.cvs.sourceforge.net/viewvc/checkout/assp/assp2/assp.pl.gz

but going on the ASSP cvs there's no 0.0.02 just 0.0.01 (and I
checked both the pl and the gz files); something probably
got messed up a bit; not a big issue, just FYI


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] Updater gone crazy ?

2010-03-02 Thread Trevor Jacques
 Info: new assp version 2.0.2(0.0.02) is available for download

I have a similar problem. The GUI tells me yesterday afternoon (and today) that 

new available ASSP version 2.0.1(1.0.01)

but the update did not happen at the time it usually does (later in the day 
than the message was displayed), which is unusual behaviour for my 
installation. 

T.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] Updater gone crazy ?

2010-03-02 Thread Steve Moffat
0.0.0.2 is there for me, downloaded it hours ago.
Steve

-Original Message-
From: GrayHat [mailto:gray...@gmx.net] 
Sent: Tuesday, March 02, 2010 12:27 PM
To: assp-test@lists.sourceforge.net
Subject: [Assp-test] Updater gone crazy ?

Got the following from ASSP

Info: new assp version 2.0.2(0.0.02) is available for download at 
http://assp.cvs.sourceforge.net/viewvc/checkout/assp/assp2/assp.pl.gz

but going on the ASSP cvs there's no 0.0.02 just 0.0.01 (and I checked both the 
pl and the gz files); something probably got messed up a bit; not a big issue, 
just FYI


--
Download Intel#174; Parallel Studio Eval Try the new software tools for 
yourself. Speed compiling, find bugs proactively, and fine-tune applications 
for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


[Assp-test] dev version autoupdate V2 on CVS

2010-03-02 Thread Thomas Eckardt/eck
Hi all,

because of a change of the download URL it is possible that the full 
autoupdate feature (download and install)  will not work if you currently 
use a version less than 2.0.1_1.0.01  (for example 2.0.1_0.7.09).
To solve this please download 

http://assp.cvs.sourceforge.net/viewvc/*checkout*/assp/assp2/assp.pl.gz
or
http://assp.cvs.sourceforge.net/viewvc/*checkout*/assp/assp2/assp.pl

and replace the current running assp.pl

After that manual upgrade the autoupdate feature will work like expected.

Thomas


DISCLAIMER:
***
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
***


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] tls/ssl support

2010-03-02 Thread Fritz Borgstedt
ASSP development mailing list assp-test@lists.sourceforge.net
schreibt:
smtpDestinationSSL:=127.0.0.1:10465

Try it with empty 
smtpDestinationSSL
 .

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] tls/ssl support

2010-03-02 Thread Daniel L. Miller
Fritz Borgstedt wrote:
 ASSP development mailing list assp-test@lists.sourceforge.net
 schreibt:
   
 smtpDestinationSSL:=127.0.0.1:10465
 

 Try it with empty 
   
 smtpDestinationSSL
Ok - tried that.  Same problem SSL/TLS connections don't work and 
non-SSL connections from clients result in SSL connection attempts from 
ASSP to Postfix.

Checking my Postfix logs, I see something about a protocol version error:
Mar  2 14:02:00 bubba postfix/smtpd[6816]: SSL3 alert 
write:fatal:protocol version



Complete Postfix log extract below:
Mar  2 14:01:59 bubba postfix/smtpd[6816]: connect from 
bubba.amfeslan.local[192.168.0.72]
Mar  2 14:01:59 bubba postfix/smtpd[6816]: setting up TLS connection 
from bubba.amfeslan.local[192.168.0.72]
Mar  2 14:01:59 bubba postfix/smtpd[6816]: 
bubba.amfeslan.local[192.168.0.72]: TLS cipher list ALL:+RC4:@STRENGTH
Mar  2 14:01:59 bubba postfix/smtpd[6816]: SSL_accept:before/accept 
initialization
Mar  2 14:01:59 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 read client 
hello A
Mar  2 14:01:59 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 write server 
hello A
Mar  2 14:01:59 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 write 
certificate A
Mar  2 14:01:59 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 write key 
exchange A
Mar  2 14:01:59 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 write server 
done A
Mar  2 14:01:59 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 flush data
Mar  2 14:02:00 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 read client 
key exchange A
Mar  2 14:02:00 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 read finished A
Mar  2 14:02:00 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 write change 
cipher spec A
Mar  2 14:02:00 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 write finished A
Mar  2 14:02:00 bubba postfix/smtpd[6816]: SSL_accept:SSLv3 flush data
Mar  2 14:02:00 bubba postfix/smtpd[6816]: Anonymous TLS connection 
established from bubba.amfeslan.local[192.168.0.72]: TLSv1 with cipher 
DHE-RSA-AES256-SHA (256/256 bits)
Mar  2 14:02:00 bubba postfix/smtpd[6816]: SSL3 alert 
write:fatal:protocol version
Mar  2 14:02:00 bubba postfix/smtpd[6816]: lost connection after 
STARTTLS from bubba.amfeslan.local[192.168.0.72]
Mar  2 14:02:00 bubba postfix/smtpd[6816]: disconnect from 
bubba.amfeslan.local[192.168.0.72]

-- 
Daniel


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-test] tls/ssl support

2010-03-02 Thread Fritz Borgstedt
For a start disable SSL/TLS  on the postfix ports or let ASSP connect
to a postfix port without SSL/TLS. 

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


[Assp-test] Rc 401.. Sending address automatically added to the whitelisted.

2010-03-02 Thread Paul K. Dickson
Why?

Mar-03-10 00:48:04 95283-24749 67.201.63.155 i...@governmentjobs.com to:
velger...@frederickcountymd.gov Regex:SpamLover 'Frederick County
Government';
Mar-03-10 00:48:04 95283-24749 67.201.63.155 i...@governmentjobs.com to:
velger...@frederickcountymd.gov score 15 Regex:bombSubjectRe 'Job';
Mar-03-10 00:48:04 95283-24749 67.201.63.155 i...@governmentjobs.com to:
velger...@frederickcountymd.gov score 9 Regex:bombSubjectRe 'Notification';
Mar-03-10 00:48:04 95283-24749 [BombSubject] 67.201.63.155
i...@governmentjobs.com to: velger...@frederickcountymd.gov [scoring:24]
-- bombSubjectRe: 'Job , Notification' -- [Frederick County Government Job
Interest Card Noti];
Mar-03-10 00:48:04 95283-24749 [Organization] 67.201.63.155
i...@governmentjobs.com to: velger...@frederickcountymd.gov [whiting]
SenderBase -- White Organization/Domain 'government' in cache ;
Mar-03-10 00:48:04 95283-24749 [MessageOK] 67.201.63.155
i...@governmentjobs.com to: velger...@frederickcountymd.gov -- Message OK
(White Org/Domain 'government') -- [Frederick County Government Job Interest
Card Noti] - okmail/Frederick_County_Government_Jo__429.eml;
Mar-03-10 00:48:04 95283-24749 [MessageOK] 67.201.63.155
i...@governmentjobs.com to: velger...@frederickcountymd.gov whitelist
addition: i...@governmentjobs.com;






--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test