Vacation Response Loop

I set Email Accounts A and B to reply with a "Vacation Response" every time a new email is received.

What would happen if Email Account A sent an email to Email Account B?

Would the sending messages back and forth continue indefinitely? Or would something break down? Or would nothing at all happen?


Bonus: On "smart" servers, what could I do with the ability to forward or retrieve mail? (For example, Gmail supports "importing mail" and Forwarding mail in addition to Vacation Responses.)


The answer really depends on how the smtp service is configured. This is a common problem that was solved a long time ago. It does occasionally crop up, but this is usually caused by someone who does not provide email as one of their core services. If both providers planned well then only a couple of messages are exchanged. If neither planned then one or both may be impacted. The impact may range from a simple 'over quota' messages, filled message queues, or complete service melt down.


Most email services like MS Exchange can be setup and usually are to send only a single reply to an email address per vacation duration. Email A sends Email B a message. Email A receives a vacation email from Email B. Email A sends Email B a vacation note. Since Email B has already responded once to Email A. Nothing happens and the loop is broken.


Impossible to tell!

This depends entirely on both the way they are set and the servers involved.

I say this because, auto responders can be set on some clients and some servers or third party software (which I guess technically comes under the client banner). It depends entirely on the way they are set - some are dumb and will just go on an endless loop and some are smart and will detect a chain and prevent it.

As for the second part, with the ability to forward pop, you can forward pop! I don't understand what you are asking... If you mean what is forward pop:

If you have a server/port/username/password box:

This is usually an option that some email providers give where you can give the details of another pop server and it will fetch new mail from it and pull it in to your new mailbox.

If it is just the option to turn on/off:

This usually means enable pop support or similar so that you can do the above..


E-mail servers have functionality to monitor and prevent that from happening. They will only send one reply per message ID. So if the message ID changes, like for a new e-mail, then a second one would be sent.

It is not one per sender per day, etc.

From this Wikipedia article: "Message-ID: Also an automatically generated field; used to prevent multiple delivery"

http://en.wikipedia.org/wiki/Email#Header_fields

Can I say that it has never happened, no. But it is designed not to, and works virtually all the time.