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

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: >

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 (htt

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.

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 an

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 r