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

Home » General » General Chit Chat » Working with maillist.php
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Working with maillist.php [message #17199 is a reply to message #17188] Fri, 19 March 2004 16:27 Go to previous messageGo to previous message
Marticus   United States
Messages: 272
Registered: June 2002
Karma:
Senior Member
I tried this script with a test script in place of maillist.php and it prints out the message exactly as I expect; line for line with the exception of the content removed between $tag and ~~. I am not cho(m)ping, truncating, or anything of that sort. I even simplified the program to receive the input and send it to maillist.php without filtering.

#!/usr/bin/perl
use strict;
use warnings;
open FUD, "|-", "$maillist $ARGV[0]" or die "Cannot open: $!";
print FUD $_ while <STDIN>;
close FUD;
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Accelerators.
Next Topic: File Uploading - Where's it go?
Goto Forum:
  

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

Current Time: Sun Nov 24 06:35:44 GMT 2024

Total time taken to generate the page: 0.04407 seconds