Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default cfmail gone mental

    Hi,

    CFMX 6.1 on Windows 2000 Server. We have one application on the server, and
    that has been sitting quite happily for at least 18 months. In the last three
    days it has tried to send 130,000 emails, all with the same, invalid, from
    address. These messages (apart from the invalid from address) appear to be
    valid messages from the application..and on closer inspection seem to be the
    same ten or so messages always getting re-sent, and always actually hitting the
    set smtp server. Somehow, the coldfusion server has been trying to send the
    same mails every 15 seconds for the last few days..and when they fail, they do
    not get moved to the undelvr folder (though the mail log says they have been),
    and instead it trys, infinitely, to send them again.

    In an effort to stop the server from mailbombing our ISP's mail relay I
    changed the smtp server in the administrator to an invalid server. This had no
    effect!!! I restarted the server..still no effect!!!! I tried generating a
    new email using a different script on the server. This worked fine, picked up
    the new mail server settings and successfully landed in undelvr when it
    couldn't connect to the smtp server. So, it seems these other emails are
    somehow -inside- coldfusion, always with the same smtp server set and going
    round and around in loop. The only way I have found to effectively stop them
    so far is just to set the mail spool interval to it's maximum to give us some
    time to sort this out.

    So, is there a known bug in CFMX that can set up this kind of infinite re-send
    of emails? Would this go away if 6.2 or 7 was installed? I've used CF for
    many years and I've -never- seen it behave this way!

    Any ideas anyone?

    Chandy

    FG Guest

  2. Similar Questions and Discussions

    1. CFMail again
      Man this Mail tag has been giving me big kahoonas lately Can anyone see why this doesn't work?? here's what I have <cfcase value="text"> ...
    2. <cfmail></cfmail> in a script
      I am wondering if I can put <cfmail> tags and code within a javascript script. will the browser recognize it, and perform the instructions? ...
    3. cfmail - Attribute validation error for tag CFMAIL.
      I'm getting the error ' Attribute validation error for tag CFMAIL.' on the code below. All its doing is outputting a text string to the TO: field. ...
    4. I'm having a mental block here about text
      Hi- I'm working on an annual report for my nonprofit and thought up a simple element that I wanted to use. I edited the pics in PShop and placed them...
    5. OT: IDE/Bad Blocks: Call for mental assistance
      Folks, Over the past year, I have replaced something around 20 IDE Harddrives in 5 different computers running Debian because of drive faults. I...
  3. #2

    Default Re: cfmail gone mental

    Fixed it..but is this a bug in 6.1 and is it fixed in subsequent versions? The
    undelivr folder had about 7000 messages in it..not a huge amount but it looks
    like that prevents cf from moving the files out of the spool when they fail to
    send. So, they never get deleted from the spool and so are continuously
    re-sent. Once I deleted the existing undelivered messages it was able to move
    bad mails from the spool again. Additionally, this bug might only occur when
    there is more than one bad mail in the spool.

    FG Guest

  4. #3

    Default Re: cfmail gone mental

    Thanks for both finding and reposting the solution...very interesting.
    I haven't yet seen this problem. I'll have to check our servers
    undelvr'd folder.

    LinuxInductee Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139