FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Can't work with maillist.php
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon9.gif  Can't work with maillist.php [message #9916] Mon, 12 May 2003 12:35 Go to previous message
Gaëtan is currently offline  Gaëtan   France
Messages: 22
Registered: March 2003
Karma:
Junior Member

Hello,

Despite many tries i can't use the maillist.php script Sad

Because i don't have access to the .procmailrc i tried to call the maillist script via another script, testit.php in forum directory. Testit.php contains :

<?php

?><HTML>
<HEAD>
<TITLE>Test for maillist.php script</TITLE>
</HEAD>
<BODY>
<?
echo "begin of the test<br>";
echo shell_exec("cat mail.txt | scripts/maillist.php 1");
echo "end of the test<br>";
?>

</BODY>
</HTML>


mail.txt contains an email with a complete header.
I tried to change some files permissions, insert some echo "xxx" in the maillist.php script without success, neither echo or mail in the forum appears.

When i call www...../forum/testit.php i got in return :
begin of the test
Content-type: text/html X-Powered-By: PHP/4.3.0 begin of the test
Content-type: text/html X-Powered-By: PHP/4.3.0 begin of the test
Content-type: text/html X-Powered-By: PHP/4.3.0 begin of the test
Content-type: text/html X-Powered-By: PHP/4.3.0 begin of the test
... <same line many times>
Content-type: text/html X-Powered-By: PHP/4.3.0 begin of the test
end of the test
end of the test
... <same line many times>
end of the test


Any idea ?
What could be wrong ?

Thank's


Gaëtan
[Message index]
 
Read Message icon9.gif
Read Message
Previous Topic: disable notification
Next Topic: Colors
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Oct 04 01:19:37 GMT 2024

Total time taken to generate the page: 0.07783 seconds