[Assp-user] noBayesian question

2007-11-26 Thread Rybski Dajo
How can I set an entire sender domain as noBayesian?

 

I found the noBayesian option but according to the interface it only
works for entire local domains...

Accepts specific addresses ([EMAIL PROTECTED]), user parts (user) or
entire local domains (@domain.com)

 

Thanks

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


[Assp-user] What address to use

2007-09-17 Thread Rybski Dajo
When adding addresses to lists like the whitelist or noBayesian, what
address should I add: the from-address or the address in
X-ASSP-Envelope-from? Does it matter?

 

Regards

Dajo

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] ASSP stops unexpectedly

2006-08-26 Thread Rybski Dajo
I entered this regex in rexv.org and got no response from server.
After testing the problem seems to be with the dollar sign $ at the
beginning (5th char). After removing the $ the regex works fine on
rexv.org. I'm going to test this in ASSP soon. According to rexv.org
$1-$9 is used for Group backreferences (whatever that is).

Dajo

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Rybski Dajo
Verzonden: zaterdag 26 augustus 2006 14:16
Aan: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Onderwerp: Re: [Assp-user] ASSP stops unexpectedly

 You could help in testing them by adding one after the other.

Well, I did that. The regex that crashes my ASSP is the one from the
wiki for side effect (one line):
\b[S$5]+\s?\S?\s?\W?[I1!|lt\xEC-\xEF]+\s?\S?\s?\W?D+\s?\S?\s?\W?[E3\xE8-
\xEB]+(\s?\S?\s?\W?)+\s?\S?\s?\W?[E3\xE8-\xEB]+\s?\S?\s?\W?F+\s?\S?\s?\W
?F+\s?\S?\s?\W?[E3\xE8-\xEB]+\s?\S?\s?\W?C+\s?\S?\s?\W?T# SIDE EFFECT

ASSP keeps running even when the other regex's are in place, so this one
is the culprit here.

Dajo


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] ASSP stops unexpectedly

2006-08-26 Thread Rybski Dajo
I believe I found why the regex crashes ASSP, but I'm not good enough in
writing regex's to solve it.

As I said earlier the regex causing the crash here is the one for
side-effect from the ASSP wiki:

\b[S$5]+\s?\S?\s?\W?[I1\!\|lt]+\s?\S?\s?\W?D+\s?\S?\s?\W?(\s?\S?\s?\W?)+
\s?\S?\s?\W?\s?\S?\s?\W?F+\s?\S?\s?\W?F+\s?\S?\s?\W?\s?\S?\s?\W?C+\s?\S?
\s?

I tested this on rexv.org and found out that the regex works fine to a
certain extent. In the following sentence side-effect is caught:

There will be no side-effect

But things change when the string contains something similar like
side, for example the word said:

Said betty, there will be no side-effect

The regex does not just match side-effect but matches the whole
sentence starting from said. So said betty, there will be no
side-effect is matched completely, not only side-effect.

One of the spam mails that crashes my ASSP contains some text and a gif,
in total about 80k. At the beginning the mail contains Said betty...
following a lot of data. So the regex matches starting from Said to
somewhere at the end of the mail. So the matching string is about 50k
long. Rexv.org cannot do it and I believe ASSP chokes on this too.

I hope this makes sense and that someone finds this information useful.

Cheers
Dajo



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
Last line before the restart is the acceptance of a mail. There are
about 5 or 6 mails which seem to come back.

Like this:

Aug-25-06 12:39:55 195.238.5.180 [EMAIL PROTECTED] to:
[EMAIL PROTECTED] recipient accepted: [EMAIL PROTECTED]
Aug-25-06 12:41:57 Starting as a service
Aug-25-06 12:41:58 ASSP version 1.2.4(0) (Perl 5.008008) initializing 
Aug-25-06 12:41:58 ASSP running on server: relay 
Aug-25-06 12:41:58 Net::LDAP module version 0.33 installed and available
Aug-25-06 12:41:58 Net::DNS module version 0.57 installed and available
Aug-25-06 12:41:58 Email::Valid module version 0.15 installed and
available
Aug-25-06 12:41:58 Mail::SPF::Query module version 1.998 installed and
available
Aug-25-06 12:41:58 Mail::SRS module version 0.30 installed - Sender
Rewriting Scheme available
Aug-25-06 12:41:58 Compress::Zlib module version 1.41 installed - HTTP
compression available
Aug-25-06 12:41:58 Digest::MD5 module version 2.36 installed - delaying
will use MD5 keys for hashes
Aug-25-06 12:41:58 File::ReadBackwards module version 1.04 installed -
searching of log files enabled
Aug-25-06 12:41:58 Time::HiRes module version 1.86 installed - CPU usage
statistics available
Aug-25-06 12:41:58 PerlIO::scalar module version 0.04 installed - chroot
savy
Aug-25-06 12:41:58 Sys::Syslog module not installed.
Aug-25-06 12:41:58 Win32::Daemon module version 20030617 installed - can
run as Win32 service
Aug-25-06 12:41:58 Listening for mail connections at 25 and admin
connections at 5
Aug-25-06 12:41:58 Listening for relay connections at 125
Aug-25-06 12:41:58 Starting



-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Fritz Borgstedt
Verzonden: vrijdag 25 augustus 2006 12:05
Aan: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Onderwerp: Re: [Assp-user] ASSP stops unexpectedly


What steps can I take to troubleshoot this?

Show us the log.



-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
 No, it is really not possible, that i go down this path

OK, I could only ask :)

 Try to reduce the functions

Already done all of the connection checks (PB, RBL,...). Only bombre is
left I'm afraid. That's the next one to disable...



-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Fritz Borgstedt
Verzonden: vrijdag 25 augustus 2006 15:52
Aan: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Onderwerp: Re: [Assp-user] ASSP stops unexpectedly

Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
assp-user@lists.sourceforge.net schreibt:
I see nothing special about those mails. May I send them directly to
you, Fritz, for investigation?


No, it is really not possible, that i go down this path. Try to reduce
the functions you have activated to find the (possible) function who
is malfunctioning.

Start in terminal to see what comes direct to terminal



-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo

 Only bombre is left I'm afraid. That's the next one to disable...

With dobombre = 0 the mail is considered bayesian spam and ASSP keeps
running just fine.

Is there an easy way to check individual RE's ? Or where should I look
further?


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo

 some regex which caused segmentation errors, somebody else
remembering?

I removed the regex I got from the wiki (those Michael mentioned) and it
seems solved. 

Are all of them not behaving correctly? Those regex were actually
catching a lot of spam and it's a pity I have to remove them...

Thanks for the much appreciated help!



-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] ASSP stops unexpectedly

2006-08-25 Thread Rybski Dajo
 some regex which caused segmentation errors, somebody else
remembering?

I removed the regex I got from the wiki (those Michael mentioned) and it
seems solved. 

Are all of them not behaving correctly? Those regex were actually
catching a lot of spam and it's a pity I have to remove them...

Thanks for the much appreciated help! 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user