SetEnvIf User-Agent "libwww" getout
SetEnvIf User-Agent "lwp" getout
hello everybody,
I sometimes have fake user registration, I suppose made by bots, that use false email addresses while compilingthe registration form.
Fortunately the email confirmation procedure works, so the user remains "inactive", and I delete it ASAP.
At the same time I'm compiling the domain blacklist field in the user administration page, and it keeps growing.
Is 'comma' the only separator admitted between the domain names?
I used to add a carriage return, to keep the list readable without scrolling, but today I had a new registration from a blacklisted domain... maybe the CR I inserted void the blacklist check?
Should I return to a single-row list (can become very long)?
Is there a way to break this blaclist line?
thank you in advance..
