Re: [PHP] ezmlm "bounced email" warnings - [was RE: [PHP] suspicious - maybe spam]

2005-03-09 Thread Nobody Special
On Wed, 09 Mar 2005 07:30:57 -0800, Rob Tanner <[EMAIL PROTECTED]> wrote: > Every ezmlm mailing list I'm on does that periodically. Lists that I'm > on that use MailMan never seem to have that problem. What then does > that tell us about ezmlm... > Everyone, eh. You must not be on many lists. I

Re: [PHP] ezmlm "bounced email" warnings - [was RE: [PHP] suspicious - maybe spam]

2005-03-09 Thread Richard Lynch
> Yeah, same here. I thought it was my hosting service, but if other people > are having the same issue then what's the deal? Usually it's only a > message or two, but sometimes it says there are like 8 or 9 messages that > bounced. Has anyone looked into this or have any information regarding

Re: [PHP] ezmlm "bounced email" warnings - [was RE: [PHP] suspicious - maybe spam]

2005-03-09 Thread Mat Harris
On Wed, Mar 09, 2005 at 07:30:57AM -0800, Rob Tanner wrote: > Every ezmlm mailing list I'm on does that periodically. Lists that I'm > on that use MailMan never seem to have that problem. What then does > that tell us about ezmlm... i get the same thing toobut as i run my own mail server i k

Re: [PHP] ezmlm "bounced email" warnings - [was RE: [PHP] suspicious - maybe spam]

2005-03-09 Thread Rob Tanner
Every ezmlm mailing list I'm on does that periodically. Lists that I'm on that use MailMan never seem to have that problem. What then does that tell us about ezmlm... --On Wednesday, March 09, 2005 09:53:35 AM -0500 [EMAIL PROTECTED] wrote: > Yeah, same here. I thought it was my hosting servic

[PHP] ezmlm "bounced email" warnings - [was RE: [PHP] suspicious - maybe spam]

2005-03-09 Thread tg-php
Yeah, same here. I thought it was my hosting service, but if other people are having the same issue then what's the deal? Usually it's only a message or two, but sometimes it says there are like 8 or 9 messages that bounced. Has anyone looked into this or have any information regarding this

Re: [PHP] ezmlm-sub or alternative

2004-10-13 Thread Jason Wong
On Thursday 14 October 2004 04:01, Mark Hubert wrote: > However, when I send a message to subscribe to the EZMLM list, it sends > ok, but doesn't get added to the list. When I send a test message to > myself I noticed that the Return-path in the email sent is not what I > set in my script, but tha

Re: [PHP] ezmlm-sub or alternative

2004-10-13 Thread Mark Hubert
Thanks so much for the insight which is a much simpler way. I successfully set up a test page (a form) that takes email to, from, subject and body and sends it. \r\n"; $headers .= "Return-Path: <$emailfrom>\r\n"; if(mail($emailto, $emailsub, $emailbody, $headers)) { echo"Email Sent";

Re: [PHP] ezmlm-sub or alternative

2004-10-11 Thread James McGlinn
Hi Mark, I'm writing a little script (my 3rd) that takes name (first, last) and email address and writes it to txt file and submits the email address to an EZMLM list server. All is well but I'm not sure where to go for the submission. The command line - ezmlm-sub works (from the shell)... if t

Re: [PHP] ezmlm-sub or alternative

2004-10-11 Thread Jason Wong
On Tuesday 12 October 2004 08:29, Mark Hubert wrote: > I'm writing a little script (my 3rd) that takes name (first, last) and > email address > and writes it to txt file and submits the email address to an EZMLM > list server. > > All is well but I'm not sure where to go for the submission. > > T

[PHP] ezmlm-sub or alternative

2004-10-11 Thread Mark Hubert
I'm writing a little script (my 3rd) that takes name (first, last) and email address and writes it to txt file and submits the email address to an EZMLM list server. All is well but I'm not sure where to go for the submission. The command line - ezmlm-sub works (from the shell)... if the user i

[PHP] Ezmlm Hash

2003-08-14 Thread Eyles, Richard
Hi, I'm looking for a function to convert an email address to the file name hash in ezmlm. I've found the ezmlm_hash function but this is for mysql based mailing lists and not file based. I've tried looking at the source for ezmlm and converting the code there to php but I've never used c or the

Re: [PHP] Ezmlm Hash

2003-08-14 Thread Curt Zirzow
* Thus wrote Eyles, Richard ([EMAIL PROTECTED]): > Hi, > > I'm looking for a function to convert an email address to the file name hash > in ezmlm. I've found the ezmlm_hash function but this is for mysql based > mailing lists and not file based. > > I've tried looking at the source for ezmlm and

Re: [PHP] ezmlm

2002-12-06 Thread Jason Wong
On Friday 06 December 2002 18:18, Randum Ian wrote: > Sorry to be off-topic but has anyone got any good resources on setting up > exmlm? google has -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Appli

[PHP] ezmlm

2002-12-06 Thread Randum Ian
Sorry to be off-topic but has anyone got any good resources on setting up exmlm? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ezmlm Hosts besides csoft.net?

2001-11-29 Thread Andrey Hristov
http://www.ispcheck.com HTH Andrey - Original Message - From: "Sondra Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 6:02 PM Subject: [PHP] Ezmlm Hosts besides csoft.net? > Hello everyone! > > I'm wondering

[PHP] Ezmlm Hosts besides csoft.net?

2001-11-29 Thread Sondra Russell
Hello everyone! I'm wondering if you guys could suggest a hosting company that provides: php4 mySql qmail ezmlm (or ezmlm-idx). I have been with csoft.net, which was wonderful and which provided all of these things, but last night they decided to pull down my web site for six hours without not

Re: [PHP] ezmlm response (fwd)

2001-02-15 Thread Richard Lynch
> return ($va1, $var2); echo $val1, "|", $var2; Site A will get back whatever B *echos* out. You may need some other delimiter than "|", depending on your data. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Vo

[PHP] ezmlm response (fwd)

2001-02-13 Thread John Monfort
Hello everyone, I've just joined this list, so I thought I'll introduce myself. I won't bore you with the long life story, so here's the quick summary: -Electrical + Computer Engineering student -web development for 6+ years (started out with the VI editor) -HTML,C/C++,PERL