ID: 12630
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: Red Hat Linux, Win2000 sp2
PHP Version: 4.0.6
New Comment:

I'm getting multiple "Undelivered Mail Returned to Sender" messages from Your mail 
gateway... these contain eg.:
----------
This is the Postfix program at host localhost.localdomain.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the message returned below.

                        The Postfix program

<&&@localhost.localdomain>: unknown user: "&&"

<[EMAIL PROTECTED]>: unknown user: "75"

<[EMAIL PROTECTED]>: unknown user: "exec"

<'@localhost.localdomain>: unknown user: "'"
---------

Sorry for posting here but I couldn't post to [EMAIL PROTECTED]
I hope You're able to cut this one :)

Previous Comments:
------------------------------------------------------------------------

[2001-08-07 14:17:40] [EMAIL PROTECTED]

I'll make this a feature request/change...

------------------------------------------------------------------------

[2001-08-07 14:15:13] [EMAIL PROTECTED]

BOGUS ?
The above is just a workaround... I've used it, though it's the only reasonable way to 
code some routines. But it's quite a LONG workaround and makes the code quite 
obfuscated and unclear... not mentioning possible performance losses.

Any plans to implement that ? (haven't seen the php source yet, but I could imagine 
that preety simple to implement)

------------------------------------------------------------------------

[2001-08-07 14:04:59] [EMAIL PROTECTED]

this is not implemented in php

if you want to try something like that try...

if (!test())return;

------------------------------------------------------------------------

[2001-08-07 13:59:07] [EMAIL PROTECTED]

Tested on Red Hat

------------------------------------------------------------------------

[2001-08-07 13:54:44] [EMAIL PROTECTED]

Hello!

This seems quite odd...
In the ...

      function() or dosomething;

...construct it seems that PHP only allows the usage of standard operators and 
functions in the place of "dosomething", so the 'return' doesn't work at all since 
it's a operator-like thingy.

The following snippet will produce a parse error:
----------------------

function test(){
    return false;
};

function test2(){
      test() or return;
}

----------------------

Thanks in advance for a quick fix :)

Keep up the good work!

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12630&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to