Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calendar Pin
#realJSOP28-Oct-08 4:05
mve#realJSOP28-Oct-08 4:05 
QuestionButton.Visible in Base Form Pin
Russell Jones28-Oct-08 1:24
Russell Jones28-Oct-08 1:24 
AnswerRe: Button.Visible in Base Form Pin
Russell Jones28-Oct-08 2:01
Russell Jones28-Oct-08 2:01 
QuestionUsernameToken and custom database Pin
Giorgi Dalakishvili28-Oct-08 0:57
mentorGiorgi Dalakishvili28-Oct-08 0:57 
QuestionProblem is "auto reply emails" [modified] Pin
razikang28-Oct-08 0:49
razikang28-Oct-08 0:49 
AnswerRe: Problem is "auto reply emails" Pin
Michael Bookatz28-Oct-08 1:08
Michael Bookatz28-Oct-08 1:08 
JokeRe: Problem is "auto reply emails" Pin
Harvey Saayman28-Oct-08 2:28
Harvey Saayman28-Oct-08 2:28 
AnswerRe: Problem is "auto reply emails" [modified] Pin
Furty28-Oct-08 2:56
Furty28-Oct-08 2:56 
It sounds like you need to be looking at the "In-reply-to" header of incoming messages, and comparing that to the "Message-id" of your outgoing mail. By matching the two and defining a time threshold between send and receive you should be able to detect auto-responders with reasonable accuracy.

It would fair to assume that anything that arrives back within 10-15 minutes of sending would be an auto-responder - well, either that or someone who's way too stressed out, or hopped up on stims Wink | ;)

The only real foreseeable problem is going to be receiving mail servers that delay incoming messages for n minutes/hours (an anti-spamming technique) - if delayed enough it's going to be difficult to ascertain if it's an auto-response or a human response in code..

Google around for "email message headers" for a grounding.

modified on Tuesday, October 28, 2008 9:03 AM

QuestionTDD Pin
mark_w_28-Oct-08 0:27
mark_w_28-Oct-08 0:27 
AnswerRe: TDD Pin
Pete O'Hanlon28-Oct-08 0:37
mvePete O'Hanlon28-Oct-08 0:37 
GeneralRe: TDD Pin
mark_w_28-Oct-08 0:49
mark_w_28-Oct-08 0:49 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 0:58
mvePete O'Hanlon28-Oct-08 0:58 
GeneralRe: TDD Pin
Colin Angus Mackay28-Oct-08 1:17
Colin Angus Mackay28-Oct-08 1:17 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 1:34
mvePete O'Hanlon28-Oct-08 1:34 
GeneralRe: TDD Pin
Colin Angus Mackay28-Oct-08 1:35
Colin Angus Mackay28-Oct-08 1:35 
GeneralRe: TDD Pin
mark_w_28-Oct-08 1:18
mark_w_28-Oct-08 1:18 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 1:50
mvePete O'Hanlon28-Oct-08 1:50 
GeneralRe: TDD Pin
mark_w_28-Oct-08 1:54
mark_w_28-Oct-08 1:54 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 2:28
mvePete O'Hanlon28-Oct-08 2:28 
GeneralRe: TDD Pin
Vikram A Punathambekar28-Oct-08 2:56
Vikram A Punathambekar28-Oct-08 2:56 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 3:21
mvePete O'Hanlon28-Oct-08 3:21 
GeneralRe: TDD Pin
mark_w_28-Oct-08 3:49
mark_w_28-Oct-08 3:49 
Questionupdating database field and sharepoint list Pin
erickwidya28-Oct-08 0:07
erickwidya28-Oct-08 0:07 
QuestionConverting JPEG Images into XML Pin
AR Reddy27-Oct-08 22:14
AR Reddy27-Oct-08 22:14 
AnswerRe: Converting JPEG Images into XML Pin
Colin Angus Mackay27-Oct-08 22:18
Colin Angus Mackay27-Oct-08 22:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.