|
Do you have a sales@, support@ and names like that for your
domain? Spammers know it. They will hit them all. Rather than
having these boilerplate names assign names that are temporary and instruct
customers to use your online forms rather than hitting reply. There are
two ways you could deploy this in your company.
Total online mode
In each email sent out from sales or support tell the user that this is a non
monitored email address and set the reply to field to a bounce email
address. This is important so that if a user does reply they get a bounce
message and know it didn't go through.
Then provide a link to the proper place to reply, and hopefully with all the
fields already filled out for the user. They will not want to have to
lookup an account number or trouble ticket again. Insert it automatically
using paramters in your url ?ticket=123123 is a simple example.
Mixed online and mail mode
Now lets assume that is not possible for some reason, or you just want to keep
things in an email based system.
Create reply to addresses that are temporary in nature, or are based upon the
account you are dealing with. You can create a supportfeb2007 address and
stop issuing it in March. Then sometime in April you change that email
account to bounce email. No one should still be using to reply to emails.
Or you can create addresses like support-customerid that are meaningful only to
that customer. If they delete their account, you delete the email
address. And if spam starts flowing in you know where it came from.
|