473,671 Members | 2,588 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mail delivery failed: returning message to sender

--foo-mani-padme-hum-2391-1-1176705911
Content-Type: text/plain

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

giles@localhost
SMTP error: 550 X-Spam_score: 9.0

--foo-mani-padme-hum-2391-1-1176705911
Content-Type: message/delivery-status

Reporting-MTA: dns; ASSA2101

Final-Recipient: rfc822; giles@localhost
Last-Attempt-Date: Mon, 16 Apr 2007 07:45:11 +0100 (BST)
Action: failed
Status: 5.0.0
Diagnostic-Code: 550 X-Spam_score: 9.0

--foo-mani-padme-hum-2391-1-1176705911
Content-Type: text/rfc822-headers

Delivered-To: gi***@high-availability.co m
Received: by localhost.high-availability.co m (Postfix, from userid 20008)
id 200DF65ECE; Mon, 16 Apr 2007 07:40:49 +0100 (BST)
X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on
localhost.high-availability.co m
X-Spam-Level:
X-Spam-Status: No, score=-95.9 required=4.0 tests=DNS_FROM_ RFC_ABUSE,
HTML_IMAGE_ONLY _20,HTML_MESSAG E,HTML_MIME_NO_ HTML_TAG,
HTML_SHORT_LINK _IMG_3,MIME_HTM L_ONLY,RCVD_IN_ SORBS_DUL,
USER_IN_WHITELI ST autolearn=disab led version=3.1.7
Received: from Capt (172-87.3-85.cust.bluewin .ch [85.3.87.172])
by localhost.high-availability.co m (Postfix) with SMTP id 627F165EBB
for <my***@high-availability.co m>; Mon, 16 Apr 2007 07:40:48 +0100 (BST)
X-Originating-IP: [433.95.4.33]
X-Originating-Email: [my***@high-availability.co m]
X-Sender: my***@high-availability.co m
Received: (qmail 77351 by uid 121); Mon, 16 Apr 2007 08:40:29 +0100
Message-Id: <20070416094029 .77353.qmail@Ca pt>
To: <my***@high-availability.co m>
Subject: RE: MedHelp 7277919
From: Canadian Doctor Petra <my***@high-availability.co m>
MIME-Version: 1.0
Importance: High
Content-Type: text/html
Date: Mon, 16 Apr 2007 07:40:48 +0100 (BST)

--foo-mani-padme-hum-2391-1-1176705911--
Apr 16 '07 #1
0 3784

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
5403
by: Chris Thunell | last post by:
I'm using the system.web.mail in vb.net to send emails out in a vb.net application. The sending of emails works great. Is there a way to have it send me back a delivery receipt or a read receipt? (I think i prefer delivery receipt) Any help would be greatly appreciated! Chris Thunell cthunell@pierceassociates.com mycode currently is the following:
34
18227
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow "127.0.0.1". 4. Authentication: "Anonymous access" only. 5. Outbound connection listen to TCP 25. Besides,
2
5917
by: Rajani | last post by:
Hi friends, I am sending mail from ASP program. My server is win 2k, IIS 5. SMTP server is configured. I am generating a report(purchase order) and the same sending as an email to the supplier. upto last week it was sending well. Now its returning bounce mail. in the c:\inetpub\mailroot\badmail contains the file(.bdr). The contents of
0
1180
by: ukiEMAIL | last post by:
Hi I've configured smtp and pop3 on server with IIS. I test if it is working using outlook. I've sent successfully e-mail to myself and to other accouts of my friends. Unfortunatelly I'm stuck with configuring php that mail function will send emails. Steps that I've made to do so were: - I've set smtp = my.smtp port = 25 and sendmail_from = my@mail.com in my php.ini file. - I wrote simple script
0
1225
by: Mail Delivery System | last post by:
--foo-mani-padme-hum-2432-1-1179646615 Content-Type: text/plain This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: giles@localhost SMTP error: 550 X-Spam_score: 12.2
1
2242
by: Nelliwinne | last post by:
I do not have proper excellence at php programming. I wrote below script after reading several articles. Anyway that form-to-mail script doesn't work. form action is connected to following code <?php require_once "send1.php"; $from = "Sandra Sender <user@myweb.com.com>"; $to = "Ramona Recipient <myemail@gmail.com>"; $subject = "Hi!"; $body = "Hi,\n\nHow are you?";
2
2617
by: Hughesie11 | last post by:
Im trying to post from a form to send an email, im using CDONTS ( I have to as it will be running on NT4), the object appears to get created fine, however the email is not sending, its generates 3 files in the C:\Inetpub\mailroot\Badmail directory they are .BDR, .BDP & .BAD files, here is the text of the .bad: From: postmaster@SERVERMNAME To: myemail@domain.com Date: Fri, 14 Dec 2007 13:55:07 +0000 MIME-Version: 1.0 Content-Type:...
1
2871
by: the_ricka | last post by:
Hi all, I'm fairly new to python, but very excited about it's potential. I'm trying to write a simple program that will accept input from a command line and send email. The parameters I used on the command line are for From address, To addresses, Subject and Body. For the body, I thought it would be better to read the input from a file so I could allow someone to nicely format the body with newlines in a text editor and just read it...
1
2928
by: rag84dec | last post by:
Hi, THe mail sent through the ASP code given below is going to "Queue" folder in "C:\Inetpub\mailroot"...And the code is Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "Subject" objMessage.from = "some@gmail.com" objMessage.To = "some@gmail.com" objMessage.TextBody = "e-mail message" objMessage.Send
0
8930
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8828
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8605
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8677
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6238
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5704
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4417
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2819
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.