Modified version of popfud.php: popfudx.php [message #18652] |
Wed, 02 June 2004 07:59 |
hunte
Messages: 1 Registered: May 2004
Karma: 0
|
Junior Member |
|
|
I've modified Squeebee's popfud.php, and named popfudx.php.
The changes include:
1. Use an array($address_forum_map) to keep the relationship between the maillist address and forum index.
2. Use imap_rfc822_parse_headers function to parse the message headers.
3. Change definiton of SCRIPT_LOCATION, let it start with "php -q"
4. Move imap_body function after validation checking. I thought this will save time for large message.
-
Attachment: popfudx.php
(Size: 4.13KB, Downloaded 1458 times)
[Updated on: Wed, 02 June 2004 08:04] Report message to a moderator
|
|
|
|
Re: Modified version of popfud.php: popfudx.php [message #28918 is a reply to message #18652] |
Fri, 18 November 2005 13:25 |
JOEVAR
Messages: 20 Registered: October 2005
Karma: 0
|
Junior Member |
|
|
Hi There:
I wonder if you would help me.
The mailing lists that I wish to import into my forums use the individual email address of the poster rather than one email address for all postings as the from address. Therefor I can't use popfudx as written to pipe the emails to the correct forums
Instead, they add a Forum name in the subject, like this.
(Beneteau Owners) RE. Wifi use
I need to use part of the subject line to determine which Forum the message should be piped to.
Would you consider customizing popfudx.php to accomplish this?
Thanks
Joe Vargas
|
|
|