[EMAIL PROTECTED] wrote:
> On 2 Dec 2006 at 9:12, B. Cook wrote:
> 
>> I'd like to deny on the existance of the | or :
>>
>> ^\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$
>>
>> doesn't seem to be inclusive..
> 
> Add |\||: to the end of that regex if you want to catch those two chars
> 
> paul
> 
I put this in the text area box:
^\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$|\||:
and it doesn't save what I put in..

Maybe I am just missing something obvious that I am not catching..

   ls -ltr assp.cfg
-rw-r--r--  1 assp  assp  8003 Dec  5 08:18 assp.cfg

   grep -i helo assp.cfg
DoFakedLocalHelo:=1
DoInvalidFormatHelo:=1
DoValidFormatHelo:=1
HeloMismatch:=
heloBlacklistIgnore:=
invalidFormatHeloRe:=^\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$|\|:
spamHeloLog:=6
useHeloBlacklist:=0
validFormatHeloRe:=^(([a-z\d][a-z\d\-]*)?[a-z\d]\.)+[a-z]{2,6}$


(from exim mainlog)
2006-12-05 08:22:02 rejected EHLO from [127.0.0.1]: syntactically
invalid argument(s): |http://mail.youknowwhat.com:8889/cgi-bin/put
2006-12-05 08:22:02 SMTP call from [127.0.0.1] dropped: too many syntax
or protocol errors (last command was "EHLO
|http://mail.youknowwhat.com:8889/cgi-bin/put";)
2006-12-05 08:22:20 rejected EHLO from [127.0.0.1]: syntactically
invalid argument(s): http://mail.youknowwhat.com:8889/cgi-bin/put
2006-12-05 08:22:20 SMTP call from [127.0.0.1] dropped: too many syntax
or protocol errors (last command was "EHLO
http://mail.youknowwhat.com:8889/cgi-bin/put";)
2006-12-05 08:22:37 rejected EHLO from [127.0.0.1]: syntactically
invalid argument(s): |http://mail.youknowwhat.com:8889/cgi-bin/put
2006-12-05 08:22:37 SMTP call from [127.0.0.1] dropped: too many syntax
or protocol errors (last command was "EHLO
|http://mail.youknowwhat.com:8889/cgi-bin/put";)
2006-12-05 08:22:47 rejected EHLO from [127.0.0.1]: syntactically
invalid argument(s): |http://mail.youknowwhat.com:8889/cgi-bin/put
2006-12-05 08:22:47 SMTP call from [127.0.0.1] dropped: too many syntax
or protocol errors (last command was "EHLO
|http://mail.youknowwhat.com:8889/cgi-bin/put";)
2006-12-05 08:23:10 rejected EHLO from [127.0.0.1]: syntactically
invalid argument(s): |http://mail.youknowwhat.com:8889/cgi-bin/put
2006-12-05 08:23:10 SMTP call from [127.0.0.1] dropped: too many syntax
or protocol errors (last command was "EHLO
|http://mail.youknowwhat.com:8889/cgi-bin/put";)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to