Re: [PHP] how can I make an email bounce

2008-11-24 Thread Ashley Sheridan
On Sun, 2008-11-23 at 16:01 -0800, Richard Kurth wrote:
 I need to make a bunch of emails bounce in different ways so I can check 
 to see if my script to read a mail box full of bounced emails will work 
 properly.
 Does any body know how I can do this.
 
Send some flubber as an attachment and...

Nah, you'll need to make changes to your email server (the server
receiving the emails) to recognise certain things in an email and bounce
in the ways you want.



Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] how can I make an email bounce

2008-11-24 Thread [EMAIL PROTECTED]




On Nov 23, 2008, at 7:01 PM, Richard Kurth wrote:

I need to make a bunch of emails bounce in different ways so I can  
check to see if my script to read a mail box full of bounced emails  
will work properly.

Does any body know how I can do this.


If you have access to a Mac, in Apples Mail.app there is a feature  
for bouncing messages that show up like a real bounce. All you need  
are the donor e-mails to bounce from.


Just keep in mind that when you bounce a message in mail.app it  
removes the e-mail... So I wouldn't go bouncing lvoe letters from  
your girl! ;)


If you don't have such access, let me know, and I can probably help  
out with it.




--
Jason Pruim
[EMAIL PROTECTED]
616.399.2355



Re: [PHP] how can I make an email bounce

2008-11-24 Thread Richard Heyes
Hi,

 I need to make a bunch of emails bounce in different ways

Carve them into some rubber and throw them at the flloor at different
angles... :-)

-- 
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org (Updated November 15th)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] how can I make an email bounce

2008-11-24 Thread Ashley Sheridan
On Mon, 2008-11-24 at 12:53 +, Richard Heyes wrote:
 Hi,
 
  I need to make a bunch of emails bounce in different ways
 
 Carve them into some rubber and throw them at the flloor at different
 angles... :-)
 
 -- 
 Richard Heyes
 
 HTML5 Graphing for FF, Chrome, Opera and Safari:
 http://www.rgraph.org (Updated November 15th)
 
exactly... flubbber!


Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] how can I make an email bounce

2008-11-24 Thread Michael Kubler
If you have a previous bounce message then something like Mail Redirect 
https://addons.mozilla.org/en-US/thunderbird/addon/550 extension in 
thunderbird might work. You simply bounce the email to yourself, or from 
one account to another.

I've used it quite often to test procmail rules, and the like.

Although, as I use gmail for my email I don't have to worry about my 
inbox being full.
Also, if you can give us more details about the actual email server then 
maybe there could be a way to induce the required bounce messages, 
somewhat like the eicar http://www.eicar.org/anti_virus_test_file.htm 
file is a semi-standardised anti-virus test. Then again, I run exim4, 
and haven't bothered looking at trying to force certain bounce messages 
without reconfiguring the server.


Michael Kubler
*G*rey *P*hoenix *P*roductions http://www.greyphoenix.biz



[EMAIL PROTECTED] wrote:

On Nov 23, 2008, at 7:01 PM, Richard Kurth wrote:

I need to make a bunch of emails bounce in different ways so I can 
check to see if my script to read a mail box full of bounced emails 
will work properly.

Does any body know how I can do this.
If you have access to a Mac, in Apples Mail.app there is a feature for 
bouncing messages that show up like a real bounce. All you need are 
the donor e-mails to bounce from.


Just keep in mind that when you bounce a message in mail.app it 
removes the e-mail... So I wouldn't go bouncing lvoe letters from your 
girl! ;)


If you don't have such access, let me know, and I can probably help 
out with it.


Re: [PHP] how can I make an email bounce

2008-11-23 Thread TG
I guess you'd need to make the delivery fail.  The easiest way to do this is 
probably fill up the email box.  If you have control over the mail server, 
you could set the quota for that email box to zero.

Most other failures are going to be the result of problems that may or may 
not be easy to replicate even if you control the server.  Someone more 
intimately familiar with email servers might be able to give you some 
ideas, though.  I admit ignorance on most of that.

-TG

- Original Message -
From: Richard Kurth [EMAIL PROTECTED]
To: PHP General List php-general@lists.php.net
Date: Sun, 23 Nov 2008 16:01:24 -0800
Subject: [PHP] how can I make an email bounce

 I need to make a bunch of emails bounce in different ways so I can check 
 to see if my script to read a mail box full of bounced emails will work 
 properly.
 Does any body know how I can do this.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php