The following reply was made to PR mod_auth-any/868; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]>
To: Jesus Hijazo <[EMAIL PROTECTED]>
Subject: Re: mod_auth-any/868: bad log registration of e-mail address in
mod_auth_anon.c
Date: Thu, 17 Jul 1997 14:43:13 -0700 (PDT)
Try this patch. The fix for this probably won't appear in the released
code until 1.3.
Dean
--- mod_auth_anon.c.dist Tue Mar 18 19:12:52 1997
+++ mod_auth_anon.c Thu Jul 17 14:40:21 1997
@@ -239,7 +239,7 @@
(strpbrk(".",send_pw) != NULL))
)
) {
- if (sec->auth_anon_logemail) {
+ if (sec->auth_anon_logemail && r->prev == NULL && r->main == NULL) {
ap_snprintf(errstr, sizeof(errstr), "Anonymous: Passwd <%s> Accepted",
send_pw ? send_pw : "\'none\'");
log_error (errstr, r->server );