I don't use stripslashes(), I tried with addslashes() but it doesn't work.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Arends Sent: 2 iunie 2004 04:06 To: [EMAIL PROTECTED] Subject: [xmail] Re: Mail filtering I suspect you are using stripslashes() on the input variables and then of course there are no slashes in the path. Have a look at php.net and lookup the command to understand how it works. Rob :-) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bogdan Petrica Sent: Wednesday, 2 June 2004 6:08 AM To: [EMAIL PROTECTED] Subject: [xmail] Re: Mail filtering Could you be more precise? What I have to put in the slashs? Like this "\@@FILE\" ?? Thanks, Bogdan Petrica. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris L. Franklin Sent: 1 iunie 2004 19:12 To: [EMAIL PROTECTED] Subject: [xmail] Re: Mail filtering you MUST to put in the slashs. your path would be = c:\MailRoot\Spool -- Chris L. Franklin -- ----- Original Message ----- From: "alex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 01, 2004 11:50 AM Subject: [xmail] Re: Mail filtering > Bogdan Petrica wrote: > > > Hello there, > > > > I want to get every mail that is passing through my XMail server, so I > > made a filter in PHP and I am passing the "@@FILE" macro to that script, > > but on my Windows XP Machine I am getting a path without slashes like > > ?c:MailRootSpool, did anybody knows why? > > I think you've got to use addslashes(), not sure though :) > > -- > alex > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] For general help: > send the line "help" in the body of a message to > [EMAIL PROTECTED] > > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
