Re: [Assp-user] Sanesecurity is back !

2009-01-22 Thread GrayHat
> I've got 6 locations that I look after and it's fine on 4 > of them so I guess somehow the other have been > blocked. err... YOU have been blocked from access; and note that dowloading too often will result in blocking from the other mirrors as well > I'm using Bill Landry's script to downlo

Re: [Assp-user] 1.4.3 latest, sender validation, and whitelisted domains.

2009-01-22 Thread Paul K. Dickson
OK. Thanks for the info. Paul K. Dickson Systems Administrator Frederick County Government, IIT pdick...@fredco-md.net 301-600-2399/x12399 > From: Fritz Borgstedt > Reply-To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > > Date: Thu, 22 Jan 2009 22:25:56 +0100 > To: Questi

[Assp-user] Where all the ASSP wiki pages

2009-01-22 Thread Mina Azer
Hello, Does anybody have the doc/configuration/installation etc that was posted on wiki. Is it coming back? is the project being shutdown? Thanks -- This SF.net email is sponsored by: SourcForge Community SourceForge wants

Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 2:39 PM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> How come? I want all of ASSP to use the new perl I have in place, if >> >> I do not change that line, then ASSP will use Apple's perl, which I >> do >> not at all wan

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >How come? I want all of ASSP to use the new perl I have in place, if > >I do not change that line, then ASSP will use Apple's perl, which I >do >not at all want to use. I have installed a newer version, totally >indepen

Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 1:06 PM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> >> I would like to go with adding in use lib 'path'; in ASSP, where >> would >> be the best place to put this in ASSP? >> >> Other than changing the >> #!/usr/bin/perl

Re: [Assp-user] 1.4.3 latest, sender validation, and whitelisted domains.

2009-01-22 Thread Paul Houlbrooke
Paul K. Dickson wrote: > I noticed that whitelisted domains are still being allowed in even > through the sending mail server is invalid(not the ip listed in an mx > lookup) and sender validation reverse lookup is configured to still > check/block even if the sender is whitelisted. For instance

Re: [Assp-user] 1.4.3 latest, sender validation , and whitelisted domains.

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >I noticed that whitelisted domains are still being allowed in even >through the sending mail server is invalid(not the ip listed in an mx >lookup) and sender validation reverse lookup is configured to still >check/block even i

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: > >I would like to go with adding in use lib 'path'; in ASSP, where >would >be the best place to put this in ASSP? > >Other than changing the >#!/usr/bin/perl at the top of all ASSP scripts, is there anything >else >I shoul

Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 12:47 AM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> The thing is, I feel this could be an ASSP issue. There is >> nothing that says that perl must list in /usr/bin/perl, but ASSP >> assumes it is there, and that modul

Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 12:40 AM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> The thing is, I feel this could be an ASSP issue. > > > But you tested it with another testfile: >> >> If I make a test file >> use Email::Valid; >> print (Email::Val

Re: [Assp-user] Sanesecurity is back !

2009-01-22 Thread Andrew Porter
GrayHat wrote: > No issue; rsync is working w/o problems; just ensure to allow port > 873/tcp outbound on your firewall; if that doesn't work either, then > you may have been "banned"; if so, wait at least one hour before > retrying to download the signatures and btw DO NOT schedule > the update to

[Assp-user] 1.4.3 latest, sender validation, and whitelisted domains.

2009-01-22 Thread Paul K. Dickson
I noticed that whitelisted domains are still being allowed in even through the sending mail server is invalid(not the ip listed in an mx lookup) and sender validation reverse lookup is configured to still check/block even if the sender is whitelisted. For instance asdlkj...@washingtonpost.com and

[Assp-user] validFormatHeloRe Problem

2009-01-22 Thread Alex Davidson
FYI The default value for this field is: ^(([a-zd][a-zd-]*)?[a-zd].)+[a-z]{2,6}$ but it was not catching the following as valid: exprod6og108.obsmtp.com When I changed the text to what it says below the textbox is the default value: ^(([a-z\d][a-z\d-]*)?[a-z\d]\.)+[a-z]{2,6}$ it worked and caught

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >The @INC array is a list of directories ASSP searches when attempting >to load modules. To display the current contents of the @INC >array:perl -e "print join(\"\n\", @INC);" Sorry, use it in this form: perl -e 'print join

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >The thing is, I feel this could be an ASSP issue. There is >nothing that says that perl must list in /usr/bin/perl, but ASSP >assumes it is there, and that modules are also in a semi popular >location. The @INC array i

Re: [Assp-user] Sanesecurity is back !

2009-01-22 Thread GrayHat
> Anyone else having difficulty connecting to rsync.sanesecurity.net ? No issue; rsync is working w/o problems; just ensure to allow port 873/tcp outbound on your firewall; if that doesn't work either, then you may have been "banned"; if so, wait at least one hour before retrying to download the s

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >The thing is, I feel this could be an ASSP issue. But you tested it with another testfile: > >If I make a test file >use Email::Valid; >print (Email::Valid->address('maur...@hevanet.com') ? 'yes' : 'no'); > >run as perl test