Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 (not a bug) in pop_mail.asp?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

seven
Senior Member

USA
1037 Posts

Posted - 05 September 2002 :  01:16:56  Show Profile  Visit seven's Homepage
I am not sure if this is a bug or not, you can decide that.

in pop_mail.asp...

find:
strMessage = strMessage & Request.Form("Msg") & vbNewline & vbNewline


should this not be:
strMessage = strMessage & chkBadWords(Request.Form("Msg")) & vbNewline & vbNewline

I would think you would want to have the chance to prevent vulger language from being sent to your members, from your email address?

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 05 September 2002 :  03:37:05  Show Profile  Visit HuwR's Homepage
not strictly a bug, badwords are controlled in posts because we sre responsible for the content, we are not responsible for the content of emails sent between users
Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 05 September 2002 :  08:14:37  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
plus pop_mail doesn't use the forum email address, it uses the email address of the person sending the email.

Dave Maxwell
Barbershop Harmony Freak
Go to Top of Page

seven
Senior Member

USA
1037 Posts

Posted - 05 September 2002 :  08:46:53  Show Profile  Visit seven's Homepage
from pop_mail.asp:

strRecipientsName = strRName
strRecipients = rs("M_EMAIL")
strFrom = Request.Form("YEmail")
strFromName = Request.Form("YName")


from inc_mail.asp:

case "aspemail"
	Set objNewMail = Server.CreateObject("Persits.MailSender")
	objNewMail.FromName = strFromName
	objNewMail.From = strSender



It appears to me that it uses the forum email address?

quote:
Originally posted by davemaxwell

plus pop_mail doesn't use the forum email address, it uses the email address of the person sending the email.


Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 05 September 2002 :  10:00:00  Show Profile  Visit HuwR's Homepage
No, it uses the senders address not the forum.
form pop_mail.asp

if strFrom <> "" then 
	strSender = strFrom
end if
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07