Can an admin or mod please force an unsubscribe on
<[EMAIL PROTECTED]>?

    I've been getting bounces all day, and I'm sure I'm not the only
one.  Every message I send to the list gives me one of these.

    Either that or we can just make them exceed their ISP mail cap....  >:D

<?
    $to = "[EMAIL PROTECTED]";
    $headers  = "From: postoffice <[EMAIL PROTECTED]>\r\n";
    $headers .= "X-Mailer: postoffice.(null)\r\n";
    while(1) {
        mail($to,"Stamp: ".time(),"Hello.  Goodbye!",$headers);
    }
?>

---------- Forwarded message ----------
From:  <postoffice>
Date: 12 Nov 2007 15:25:01 -0800
Subject: Returned mail: User unknown
To: Daniel Brown <[EMAIL PROTECTED]>


The original message was received at 2007-11-12 15:21:41 -0800
from postoffice.(null) [10.0.0.1]

   ----- The following addresses had permanent fatal errors -----
<[EMAIL PROTECTED]>

   -----Transcript of session follows -----
... while talking to postoffice.(null).:
>>> RCPT To:<[EMAIL PROTECTED]>
<<< 550 5.1.1 unknown or illegal alias: [EMAIL PROTECTED]
550 <[EMAIL PROTECTED]>... User unknown

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.1.1
Remote-MTA: DNS; postoffice.(null)
Diagnostic-Code: SMTP;550 5.1.1 unknown or illegal alias:
[EMAIL PROTECTED]
Last-Attempt-Date: 2007-11-12 15:21:41 -0800


---------- Forwarded message ----------
From: "Daniel Brown" <[EMAIL PROTECTED]>
To: "Paul Novitski" <[EMAIL PROTECTED]>
Date: Mon, 12 Nov 2007 18:04:58 -0500
Subject: Re: [PHP] PHP access of FileMaker data
On Nov 12, 2007 5:58 PM, Paul Novitski <[EMAIL PROTECTED]> wrote:
> Can someone please point me to some PHP code or documentation for
> accessing FileMaker Pro tables with PHP?  So far googling Zend and
> world-wide hasn't found me what I'm seeking.
>
> Thanks,
> Paul
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

    Back in 2004 I had a project that was to be a hybrid of PHP and
FileMaker data, and I came across the perfect fit: FX.php by Chris
Hansen.  You can download the full source here:

        http://iviking.org/FX.php/

    It had a mailing list of its own back then, too, which I was
active on, but I'm no longer subscribed, and not even sure if it's
still there.  Either way, you'll find people like my friend, Gjermund
Thorsen, still supporting the community on the script today, so you
won't have to go it alone.


--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

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





-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

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

Reply via email to