Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Problem is "auto reply emails" [modified]

Problem is "auto reply emails" [modified]

Scheduled Pinned Locked Moved C#
helpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    razikang
    wrote on last edited by
    #1

    hi every body, when we send email then come some auto reply messages.i am working on the email sending project. i have a problem that how can i know, that particlur massege is auto reply massage.furthermore how many auto reply messages i have got,Number of open messages which i sended. PLs help me for this problem. thanks in advance have a nice time

    modified on Tuesday, October 28, 2008 6:55 AM

    M F 2 Replies Last reply
    0
    • R razikang

      hi every body, when we send email then come some auto reply messages.i am working on the email sending project. i have a problem that how can i know, that particlur massege is auto reply massage.furthermore how many auto reply messages i have got,Number of open messages which i sended. PLs help me for this problem. thanks in advance have a nice time

      modified on Tuesday, October 28, 2008 6:55 AM

      M Offline
      M Offline
      Michael Bookatz
      wrote on last edited by
      #2

      far too vague... for this you need to either a) Google Or b) buy a good book

      H 1 Reply Last reply
      0
      • M Michael Bookatz

        far too vague... for this you need to either a) Google Or b) buy a good book

        H Offline
        H Offline
        Harvey Saayman
        wrote on last edited by
        #3

        OR c) Learn English

        Harvey Saayman - South Africa Junior Developer .Net, C#, SQL you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer) 1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

        1 Reply Last reply
        0
        • R razikang

          hi every body, when we send email then come some auto reply messages.i am working on the email sending project. i have a problem that how can i know, that particlur massege is auto reply massage.furthermore how many auto reply messages i have got,Number of open messages which i sended. PLs help me for this problem. thanks in advance have a nice time

          modified on Tuesday, October 28, 2008 6:55 AM

          F Offline
          F Offline
          Furty
          wrote on last edited by
          #4

          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 ;) 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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups