Tagged Questions
4
votes
3answers
235 views
fighting spam bots
I have C# form in the site and want to prevent spam bots from filling it. The trick is, that I want to avoid CAPTHA or any other user input to avoid loosing a single registration.
Here are some ...
2
votes
2answers
118 views
Gmail is spamming our welcome email only
Our web app sends a confirmation email when a person signs up. This message is getting in the spam folder in gmail only. All our other emails we send out are correctly received by the end user in ...
2
votes
1answer
329 views
How much the honey pot practice is efficently against spam?
With honeypot, i mean more or less this practice:
#Register form
<style>
.hideme{
display:none;
visibility: hidden;
}
</style>
<form action="register.php">
...
1
vote
4answers
46 views
display a message for user if the email recieved is in spam
kinda a tough question that might have a solution using HTML in gmail (or any other provier)
assuming you have sent an email from your server , the email is HTML formatted , user receives the ...
1
vote
6answers
568 views
E-mails sent from shared hosting, blocked. Is there a way to avoid that?
in my website i've a PHP script that automatically mails to my customers a confirmation about the order.
My website's domain is registered to a company that hosts my website too.
I have a lot of ...
0
votes
0answers
261 views
Wordpress - Difference between wp-signup and register
What is the difference between wp-signup.php and wp-login.php?action=register?
My server can't handle the register spam (over 2.000/day) on my Wordpress Network so i decided to remove the ...
0
votes
1answer
31 views
Bulk legitimate email: Can I predict liklihood that the outgoing messages will be wrongly flagged as spam?
The recipients represent a wide variety of academic institutions and business organizations. Many use free email accounts too, like gmail and hotmail. There are several thousand addresses in the ...
0
votes
0answers
78 views
How to get a detailed report of scans performed by spam-assassin? [closed]
I am planning to setup spam-assassin in my mail server for filtering out spam mails. I would like to get a detailed report of spam checks performed on incoming mails. This will help me in creating ...