Search found 94 matches
- 12 Jul 2013, 10:04
- Forum: General
- Topic: Spam in forum
- Replies: 4
- Views: 15335
Re: Spam in forum
And how do protect against humans who write spam paid in low salary countries? I believe that the vast majority of spam posts, are made by humans and not totally automated bots, so this works against human spammers too. I am not saying it's perfect, but as long as they need email and IP to register...
- 11 Jul 2013, 13:56
- Forum: General
- Topic: Spam in forum
- Replies: 4
- Views: 15335
Re: Spam in forum
I use http://www.stopforumspam.com/
It's not perfect, but it's free and because everybody can contribute to it's database, it catch them fast.
It's not perfect, but it's free and because everybody can contribute to it's database, it catch them fast.
- 29 Jun 2013, 13:03
- Forum: General
- Topic: Spam in forum
- Replies: 4
- Views: 15335
Re: Kitchens For Sale In Birmingham
A service built to fight spam, gets spam on it's forum.
If someone doesn't think the technical stuff, it's ironic!
If someone doesn't think the technical stuff, it's ironic!

- 25 Jun 2013, 12:23
- Forum: General
- Topic: Vacations June-July
- Replies: 2
- Views: 12361
Re: Vacations June-July
Happy vacations!
Oh, and for those who haven't decided yet: http://visitgreece.gr/
And now take some broken smilies for a change!

Oh, and for those who haven't decided yet: http://visitgreece.gr/
And now take some broken smilies for a change!






- 22 Jun 2013, 22:35
- Forum: Bugs
- Topic: Empty emails
- Replies: 4
- Views: 20250
Re: Empty emails
The reason I have decided to finally post about it, is because until yesterday, I thought that the reason was some faulty scripts or custom mail systems/configurations. But now, for the first time I know the origin and I can't look the other way. Also, now that this is on forum, more customers might...
- 22 Jun 2013, 20:42
- Forum: Bugs
- Topic: Empty emails
- Replies: 4
- Views: 20250
Empty emails
This isn't something new, as I keep informing the admin each time I get an empty email instead of the email I should have received. Emails like that, do not have a body, only headers. What makes them unique is the content of those headers: "From" is always the following: From: [email protected]...
- 21 Jun 2013, 16:00
- Forum: General
- Topic: New protected domain name
- Replies: 6
- Views: 15078
Re: New protected domain name
I mean, editing the addon's code manually, will allow it to work like I did with cont?
May I suggest putting it on the forum's bad-words list, just in case?
May I suggest putting it on the forum's bad-words list, just in case?
- 21 Jun 2013, 15:52
- Forum: General
- Topic: New protected domain name
- Replies: 6
- Views: 15078
Re: New protected domain name
Sweet!
Is it supported by the Trashmail API?
Is it supported by the Trashmail API?
- 20 Jun 2013, 21:21
- Forum: General
- Topic: Challenge-Response System: Soft bounce messages disabled
- Replies: 5
- Views: 13634
Re: Challenge-Response System: Soft bounce messages disabled
Totally understandable, but I guess there is nothing that can be done to the first email that is sent to the faked FROM sender, asking him to verify, so there is still the danger.
Is there a way to not send the email at all if you can't validate that the FROM address is legit?
Is there a way to not send the email at all if you can't validate that the FROM address is legit?
- 18 Jun 2013, 13:37
- Forum: General
- Topic: Trashmail success and failure stories
- Replies: 30
- Views: 50971
Re: Trashmail success and failure stories
Then how about using custom trashmail MX server that you provide ( possibly with different IP than the one used to serve the trashmail.net addresses, to avoid the blacklists), as I have access to DNS records? I don't know if I am allowed to disclose the rival service that I am using, but they do ex...
- 16 Jun 2013, 22:28
- Forum: General
- Topic: Trashmail success and failure stories
- Replies: 30
- Views: 50971
Re: Trashmail success and failure stories
Then how about using custom trashmail MX server that you provide (possibly with different IP than the one used to serve the trashmail.net addresses, to avoid the blacklists), as I have access to DNS records? I don't know if I am allowed to disclose the rival service that I am using, but they do exac...
- 14 Jun 2013, 18:20
- Forum: General
- Topic: Trashmail success and failure stories
- Replies: 30
- Views: 50971
Re: Trashmail success and failure stories
Yes please try first if PHP allows you a TCP connection to port 25 by this code: <?php $client = stream_socket_client("tcp://smtp.trashmail.net:25", $errno, $errorMessage); if ($client === false) { die("Failed to connect: $errorMessage"); } echo fgets($client); fclose($client); ...
- 13 Jun 2013, 18:49
- Forum: General
- Topic: Trashmail success and failure stories
- Replies: 30
- Views: 50971
Re: Trashmail success and failure stories
Unfortunately yes.Admin wrote:Do you can only install PHP scripts on your shared server environment?
Is it possible to pass me a PHP script that can test port 25 connection to your server?Admin wrote:Does they allow port 25 connections to other SMTP servers?
- 09 Jun 2013, 22:03
- Forum: General
- Topic: Trashmail success and failure stories
- Replies: 30
- Views: 50971
Re: Trashmail success and failure stories
Will that work while on a shared server environment, with no ability to install custom binaries?
- 07 Jun 2013, 17:02
- Forum: General
- Topic: Trashmail success and failure stories
- Replies: 30
- Views: 50971
Re: Trashmail success and failure stories
The user Z has an excellent solution to this problem. You would like it, and it will work as I'm currently rebuilding the backend. He will post it later this week-end on the forum. Exciting news. Thank you mystery user Z (and of course, thank you Stephan)! Will that address the short-live reply add...