[IMail Forum] Forward.ima

2004-04-08 Thread Schmeits, Roger
I am in the need to grep all (count 200) forward.ima files for email addresses. The contents are in the format of [EMAIL PROTECTED] or .,[EMAIL PROTECTED] I need to take all those addresses and put them in one file. This file will be for ASSP on the no-processing list. What windows utility would

Re: [IMail Forum] Forward.ima

2004-04-08 Thread Bob McGregor
this batch file will create a file that includes the contents of the forward.ima. You will need to change the folder locations to match your setup, I have a folder named GFPSAdmin that I do all this stuff in, that's what you'll need to change as well as the path to your imail folder. maybe

Re: [IMail Forum] Forward.ima

2004-04-08 Thread [EMAIL PROTECTED]
, Roger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 08, 2004 1:27 PM Subject: [IMail Forum] Forward.ima I am in the need to grep all (count 200) forward.ima files for email addresses. The contents are in the format of [EMAIL PROTECTED] or .,[EMAIL PROTECTED] I need to take all

[IMail Forum] forward.ima

2003-03-05 Thread Bill Rogers
If a user is forwarding their mail to another directory it is stored in a forward.ima file in that user's directory under \imail\users. If you had a large number of users and wanted to find out which ones were forwarding their mail to an outside address, how would you go about that on IMail 7.13

Re: [IMail Forum] forward.ima

2003-03-05 Thread Bob McGregor
use this as a batch file making your changes. it begins life in your imail directory and gfpsadmin is a folder I have in the Imail directory for this type of stuff --start bat file @echo off echo. echo This batch looks for the file named forward.ima in each users echo

[IMail Forum] forward.ima

2002-06-29 Thread Ramana
hi guys, here i have a requirement that, just by login i want to go to change forward.cgi page. how can i do to give this fecility to my clients. ramana. Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at:

[IMail Forum] forward.ima

2002-06-29 Thread Guy Isabel
Ramana, Could you clarify exactly what you want to do? One way to read your question (and your subject line) looks like you want the user to be automatically sent to the CHGFWD.HTML page after having logged in (???) Guy -Original Message- From: Ramana Subject: [IMail Forum] forward.ima

[IMail Forum] Forward.ima

2002-06-27 Thread Ramana
Hi friends, I have to add forward.ima file into my users folders. Is there any available component for this purpose. How can i do it? Here i can't use IMail administrator. If any one is aware about it,please send ur valuable information. regards, ramana. Please visit

Re: [IMail Forum] Forward.ima

2002-06-27 Thread Andrew SNOWDEN
Try adapting this batch file, putting forward.ima ina folder called Master. @echo off echo. echo This batch copies the file .\master\rules.ima echo into all subdirectories. It has to be started from echo the root of any of your mail domain's directories. echo. pause rem building userlist

RE: [IMail Forum] Forward.ima

2002-06-27 Thread Ramana
Mr. Andrew SNOWDEN thanx for ur solution ramana. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew SNOWDEN Sent: Thursday, June 27, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] Forward.ima Try adapting this batch file, putting

[IMail Forum] forward.ima?

2002-02-01 Thread Hirthe, Alexander
Hello, I have a problem with the forward file, I fill the content with a script, and it is cut at 120 caracters. Is this a known bug, or am I doing something wrong? Running IMail 7.05, NT4 US. Bye Alex Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this

Re: [IMail Forum] forward.ima?

2002-02-01 Thread John Carter
A script? I think the only thing that will work in forward.ima is a forwarding email address. John Hirthe, Alexander wrote: Hello, I have a problem with the forward file, I fill the content with a script, and it is cut at 120 caracters. Is this a known bug, or am I doing something

RE: [IMail Forum] forward.ima?

2002-02-01 Thread Hirthe, Alexander
, February 01, 2002 2:53 PM To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] forward.ima? A script? I think the only thing that will work in forward.ima is a forwarding email address. John Hirthe, Alexander wrote: Hello, I have a problem with the forward file, I fill the content

Re: [IMail Forum] forward.ima?

2002-02-01 Thread John Carter
Message- From: John Carter [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 2:53 PM To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] forward.ima? A script? I think the only thing that will work in forward.ima is a forwarding email address. John Hirthe, Alexander

Re: [IMail Forum] forward.ima?

2002-02-01 Thread Sanford Whiteman
I have a problem with the forward file, I fill the content with a script, and it is cut at 120 caracters. Well, it's just an file that you're opening for write and/or append. If you can't push more than 120 chars into it, sounds like a buffer or related problem in your application.