Feature request - Add a Footer |
Post Reply ![]() |
Author | |
jerbo128 ![]() Senior Member ![]() ![]() Joined: 06 March 2006 Status: Offline Points: 178 |
![]() ![]() ![]() ![]() ![]() Posted: 17 July 2008 at 2:10pm |
I keep looking for a way for customers to report missed spam without an admin having to sift the headers of many messges per day.
How about this...
If SF had the option to add a TEXT footer to the bottom of each email, it could contain a link that when clicked, would submit the contents of X-SF-Originating_IP to the database.
Something like:
The message was Checked by XXX Spam Filter. If you believe it to be spam, CLICK HERE to REPORT - - The link would point to an asp page that would submit the ip to a table where admins can keep track of the numbers / frequency of each ip or subnet. Such as http://spam.server.com/report_spam.asp?ip=200.200.200.253
If the text footer that is added to each email is configurable, this would open up a huge amount of options using variables like %IP%, %domainname%, etc
Any thoughts...
|
|
![]() |
|
mbrusl ![]() Groupie ![]() ![]() Joined: 05 December 2005 Location: Thunder Bay Ont Status: Offline Points: 61 |
![]() ![]() ![]() ![]() ![]() |
Ohh wow! That would be huge. I like that idea. There is potential there for spam reporting right back to the abuse department of the spamfilter server ISP or host provider.
Edited by mbrusl - 18 July 2008 at 7:55am |
|
Michael
support@spacequad.com If blocked, use spacequad@hotmail.com Spacequad Internet Services Spacequad AntiSpam Services Thunder Bay, Ontario -------------------------------------------------- |
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
We've always been hesitant to implement similar features, as they are likely to open your systems to interference by hackers.
Our SFDB reporting system employs 3DES encryption to post spammer IP data to our webserver. As hackers/spammers don't have access to the private encryption key, creating bogus reports is very very hard makign the system pretty safe. If we implement headers/footers in emails that are used to report back information to your webservers, this information would be in clear-text, not encrypted. A hacker/spammer could then very easily inject bogus data into your back-end database to alter its contents. To be safe, SpamFilter would have to encrypt the header/footer, and your code on the webserver would need to then decrypt the data in order to update your database. this can most certainly be done, but would require quite a bit more steps to implement, the major difficulty being to have both SpamFilter and your webserver use *exactly* the same kind of encryption methods and keys. As some webservers use ASP, others .NET, and others PHP this creates some hurdles in finding a common library. We ourselves ended up writing our own encryption DLL to be used on our IIS server to render the encryption between SpamFilter and our IIS servers compatible when receving encrypted SFDB data. |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.093 seconds.