Jump to content

Mailing lists and security against spam


steveob

Recommended Posts

Hi All,

 

I wasn't sure in exactly what area I should post this, if it's in the wrong place I apologize.

I'll just give some quick background, so you can see where I'm coming from.

 

I'm designing a website and mail forwarder for a small local club.

We have affiliations with two other clubs, and some of our members like to receive the newsletters from these clubs via email.

 

Instead of each club trying to maintain a mailing list for our members, we want to make things simpler, and maintain these lists from our end.

 

What I want to achieve:

We need to streamline the process, so that for example an affiliated club can send their newsletter to our club i.e [email protected].

Then a cron'd php script will check that mailbox for emails from our affiliated clubs, grab the email, grab the list of members that wish to receive those emails, and batch forward them on.

 

The Big Question

Obviously there needs to be some filtering in the process. So if by chance, irrelevant emails arrive in that mailbox, they'll be deleted and not forwarded.

 

How can I achieve this safely? I can check the 'From' field in the headers, but of course they could be manipulated by an ill-meaning person.

 

We're a fairly small club, so malicious spam attacks probably aren't likely. But I want this project to be as solid as possible once I have to hand it over to the club.

 

Any suggestions appreciated.

 

Cheers,

Steve  :)

 

Link to comment
https://forums.phpfreaks.com/topic/234348-mailing-lists-and-security-against-spam/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.