Re: dotqmail scripting

2000-09-25 Thread Dave Sill
Eric Cox [EMAIL PROTECTED] wrote: Peter Samuel wrote: On Thu, 21 Sep 2000, Eric Cox wrote: Mail is delivered to [EMAIL PROTECTED] ~alias/.qmail-user1 contains: |script that writes a username into ~alias/.qmail-user2 user2 It would work but it's a woefully inefficient way to

Re: dotqmail scripting

2000-09-24 Thread Magnus Bodin
On Sat, Sep 23, 2000 at 06:44:37PM -0700, Eric Cox wrote: Peter Samuel wrote: On Thu, 21 Sep 2000, Eric Cox wrote: Mail is delivered to [EMAIL PROTECTED] ~alias/.qmail-user1 contains: |script that writes a username into ~alias/.qmail-user2 user2 It would work

Re: dotqmail scripting

2000-09-24 Thread Raul Miller
On Thu, 21 Sep 2000, Eric Cox wrote: |script that writes a username into ~alias/.qmail-user2 user2 Peter Samuel wrote: | forward `some_script_that_generates_new_addess(es)` See the man page. On Sat, Sep 23, 2000 at 06:44:37PM -0700, Eric Cox wrote: The man page says that forward

Re: dotqmail scripting

2000-09-23 Thread Eric Cox
Peter Samuel wrote: On Thu, 21 Sep 2000, Eric Cox wrote: Mail is delivered to [EMAIL PROTECTED] ~alias/.qmail-user1 contains: |script that writes a username into ~alias/.qmail-user2 user2 It would work but it's a woefully inefficient way to do it. Especially as qmail comes

Re: dotqmail scripting

2000-09-22 Thread Peter Samuel
On Thu, 21 Sep 2000, Eric Cox wrote: Mail is delivered to [EMAIL PROTECTED] ~alias/.qmail-user1 contains: |script that writes a username into ~alias/.qmail-user2 user2 It would work but it's a woefully inefficient way to do it. Especially as qmail comes with a mechanism to do just

dotqmail scripting

2000-09-20 Thread Gary Richardson
Hey, I'm still having troubles with the dotqmail scripting. I can not go |scriptname as someone suggested since my script simple prints the email address the message is supposed to go to. Is there some way to use variables in the .qmail files? I want to do something like: `scriptname

Re: dotqmail scripting

2000-09-20 Thread Oezguer Kesim
Thus spake Gary Richardson ([EMAIL PROTECTED]): I want to do something like: `scriptname` to have it forward to a specific address. Can I do this with a simple script or am I going to have to reinject the message instead of redirecting it? There is no 'or'. You can do this with a

Re: dotqmail scripting

2000-09-20 Thread Peter Samuel
On 20 Sep 2000, Gary Richardson wrote: Hey, I'm still having troubles with the dotqmail scripting. I can not go |scriptname as someone suggested since my script simple prints the email address the message is supposed to go to. Is there some way to use variables in the .qmail files

Re: dotqmail scripting

2000-09-20 Thread Charles Cazabon
Gary Richardson [EMAIL PROTECTED] wrote: I want to do something like: `scriptname` to have it forward to a specific address. Can I do this with a simple script or am I going to have to reinject the message instead of redirecting it? Reinject. It's not as painful as it sounds; read

Re: dotqmail scripting

2000-09-20 Thread Gary Richardson
Actually, I modified the script to just do the inject. That worked, but then I got an email about the already built 'forward'. I decided to switch to that since it is probably a whole lot more tested thanks guys. On Wed, 20 Sep 2000 11:37:57 -0600, Charles Cazabon said: Gary Richardson