Quote:
Originally Posted by fxs158
I am also a little concerned about spam, if a spam boot gets hold of the email. They will start spamming it, the script will receive each email and basically return an error to each of the bogus email addresses sent by the spam software, this will cause my board to become a spamming hub as I will be replying to bogus addresses and in essence become a spammer myself. Maybe setup the software to delete any emails that are not in the db, or simply configure a forum to dump posts from unknown emails?
|
The code I posted above has this line
Code:
imap_delete($mailbox,$msgno);
That flags the message to be deleted when the script is complete. So any message that errors out gets deleted.
As mentioned, the scripts next creation will handle any "returned mail" errors that you would get from an invalid email address
I really really appreciate your input!! Your bringing up some great points!
Quote:
Originally Posted by fxs158
what if the hash was included on the subject line of the email on the way out of the server? so when they reply to the email then the hash for that user is already inserted for them?
|
That would work great for replies... but not for new threads
Or forwarded messages to create new threads would also not work for that system
I'm not opposed to a more secure system to receive posts... just wanna make sure it's feasible
The previous "Mail Reply" system by Colin F, created a new user profile field that people could put in a password. It hashed that onto the subject line of posts sent to users that when they replied validated the reply.
He then had users have to put something like
-pmypassword
at the end of subject lines of new threads if I recall right.
That seems infeasible, and definatley not user friendly enough to compete with yahoo groups.
I'm curious... will false headers from the same domain work to post to yahoo groups? has anyone tried?