Re: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get emails even now...Why?

2007-01-26 Thread Ajas Mohammed

Hi,
   I right clicked the mail in outlook and selected properties and here is
the info : domain name changed and ip addr's removed.

Microsoft Mail Internet Headers Version 2.0
Received: from psmtp.com ([]) by MyDomainName.com with Microsoft SMTPSVC(
6.0.3790.1830);
Fri, 26 Jan 2007 02:22:09 -0500
Received: from source ([]) by exprod7mx63.postini.com ([64.18.6.14]) with
SMTP;
   Thu, 25 Jan 2007 23:22:03 PST
Received: from Dev2 ([]) by UTILITY01 with Microsoft SMTPSVC(6.0.3790.1830);
Fri, 26 Jan 2007 02:22:01 -0500
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 26 Jan 2007 02:29:24 -0500 (EST)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: testing
Cc: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Mailer: ColdFusion MX Application Server
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 26 Jan 2007 07:22:01.0499 (UTC)
FILETIME=[AC0F56B0:01C7411A]
X-pstn-levels: (S:95.37449/99.9 R:95.9108 P:95.9108 M:97.0282 C:
98.6951 )
X-pstn-settings: 3 (1.:1.) s gt3 gt2 gt1 r p m c
X-pstn-addresses: from <[EMAIL PROTECTED]> [19/1]

Let me know if you needed something else. Did you need anything else when
you mentioned cgi.remote_addr? If yes, then let me know how to find it.


On 1/25/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote:


I've had similar things happen with skunk-work cfmail code sitting
around.  Someone in the company goes tinkering around, amazing that some
folks get that bored, and land on the page and I'll get a email out of the
blue.

DK

On 1/25/07, Ajas Mohammed <[EMAIL PROTECTED]> wrote:

> Hi,
>  I had written a test page sometime back to test some email stuff in
> coldfusion. Here is the code
> where mydomainname is my comany's domain name.
>
>  type="html" subject="testing">
>   hello this is test
> 
>
> This code is just in a cfm page and this was about 8 months back, but I
> have noticed that after every 4/5 days I get the same email in my inbox even
> though I am not running the page. I have not scheduled it, so it should not
> send mails. I dont know how I am receving these mails even to this date.
> Every month I get about 5 of these. Initially I was just deleting them but
> now I am curious to know what is the reason behind this.
>
> Any suggestions?
>
> Ajas Mohammed.
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -




--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?
-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get emails even now...Why?

2007-01-25 Thread Douglas Knudsen

I've had similar things happen with skunk-work cfmail code sitting around.
Someone in the company goes tinkering around, amazing that some folks get
that bored, and land on the page and I'll get a email out of the blue.

DK

On 1/25/07, Ajas Mohammed <[EMAIL PROTECTED]> wrote:


Hi,
 I had written a test page sometime back to test some email stuff in
coldfusion. Here is the code
where mydomainname is my comany's domain name.


  hello this is test


This code is just in a cfm page and this was about 8 months back, but I
have noticed that after every 4/5 days I get the same email in my inbox even
though I am not running the page. I have not scheduled it, so it should not
send mails. I dont know how I am receving these mails even to this date.
Every month I get about 5 of these. Initially I was just deleting them but
now I am curious to know what is the reason behind this.

Any suggestions?

Ajas Mohammed.

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get emails even now...Why?

2007-01-25 Thread John Mason
Include an output of the cgi variables in the email. Specifically,
cgi.remote_addr. That will help you track down who/what is hitting the page.
 
John
[EMAIL PROTECTED]
 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Mason
Sent: Thursday, January 25, 2007 5:12 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get
emails even now...Why?


Spiders or bots, there are lot's of apps running around index sites. Do you
have the revisit deal in your meta tags telling spider to visit back in 5
days?
 
John
[EMAIL PROTECTED]
 
 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajas Mohammed
Sent: Thursday, January 25, 2007 5:08 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get
emails even now...Why?


Hi,
 I had written a test page sometime back to test some email stuff in
coldfusion. Here is the code 
where mydomainname is my comany's domain name.

 
  hello this is test 


This code is just in a cfm page and this was about 8 months back, but I have
noticed that after every 4/5 days I get the same email in my inbox even
though I am not running the page. I have not scheduled it, so it should not
send mails. I dont know how I am receving these mails even to this date.
Every month I get about 5 of these. Initially I was just deleting them but
now I am curious to know what is the reason behind this. 

Any suggestions?

Ajas Mohammed.

- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get emails even now...Why?

2007-01-25 Thread Ajas Mohammed

This is in our developement machine and it doesnt have meta tag. simple cfm
page with the code I emailed earlier. Not accessible from outside and its in
one of the development folders which i use often for testing. Something like
snippets.

Do you need any additional info?

On 1/25/07, John Mason <[EMAIL PROTECTED]> wrote:


 Spiders or bots, there are lot's of apps running around index sites. Do
you have the revisit deal in your meta tags telling spider to visit back in
5 days?

John
[EMAIL PROTECTED]



 --
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Ajas
Mohammed
*Sent:* Thursday, January 25, 2007 5:08 PM
*To:* discussion@acfug.org
*Subject:* [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get
emails even now...Why?

Hi,
 I had written a test page sometime back to test some email stuff in
coldfusion. Here is the code
where mydomainname is my comany's domain name.


  hello this is test


This code is just in a cfm page and this was about 8 months back, but I
have noticed that after every 4/5 days I get the same email in my inbox even
though I am not running the page. I have not scheduled it, so it should not
send mails. I dont know how I am receving these mails even to this date.
Every month I get about 5 of these. Initially I was just deleting them but
now I am curious to know what is the reason behind this.

Any suggestions?

Ajas Mohammed.

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink <http://www.fusionlink.com>
-

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink <http://www.fusionlink.com>
-




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get emails even now...Why?

2007-01-25 Thread John Mason
Spiders or bots, there are lot's of apps running around index sites. Do you
have the revisit deal in your meta tags telling spider to visit back in 5
days?
 
John
[EMAIL PROTECTED]
 
 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajas Mohammed
Sent: Thursday, January 25, 2007 5:08 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Email Issue.Had a test page with CFMail. I get
emails even now...Why?


Hi,
 I had written a test page sometime back to test some email stuff in
coldfusion. Here is the code 
where mydomainname is my comany's domain name.

 
  hello this is test 


This code is just in a cfm page and this was about 8 months back, but I have
noticed that after every 4/5 days I get the same email in my inbox even
though I am not running the page. I have not scheduled it, so it should not
send mails. I dont know how I am receving these mails even to this date.
Every month I get about 5 of these. Initially I was just deleting them but
now I am curious to know what is the reason behind this. 

Any suggestions?

Ajas Mohammed.

- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
- 



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] Email Issue.Had a test page with CFMail. I get emails even now...Why?

2007-01-25 Thread Ajas Mohammed

Hi,
I had written a test page sometime back to test some email stuff in
coldfusion. Here is the code
where mydomainname is my comany's domain name.


 hello this is test


This code is just in a cfm page and this was about 8 months back, but I have
noticed that after every 4/5 days I get the same email in my inbox even
though I am not running the page. I have not scheduled it, so it should not
send mails. I dont know how I am receving these mails even to this date.
Every month I get about 5 of these. Initially I was just deleting them but
now I am curious to know what is the reason behind this.

Any suggestions?

Ajas Mohammed.



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-