procmail - formail]

D. Taylor dtaylor@www.dssolutions.com
Wed, 2 Feb 2000 18:09:51 -0700 (MST)


procmail seems like total overkill for this task.

If you're using sendmail or her cousins, I would
consider using /etc/aliases, or if "support" is
a pseudo-user, ~support/.forward

If you're using qmail, and support is a pseudo-
user, then you could add the following lines to
~support/.qmail:

&somebody@otherdomain.com
&other@somedomain.org
./storage_folder

Be sure to make ~support/.qmail owned by "support",
and set the mode to 600.


D

On Tue, 1 Feb 2000, Mike Starke wrote:

> Date: Tue, 1 Feb 2000 20:08:41 -0700
> From: Mike Starke <mstarke@mail.mobl.com>
> Reply-To: plug-discuss@lists.PLUG.phoenix.az.us
> To: PLUG <plug-discuss@lists.PLUG.phoenix.az.us>
> Subject: procmail - formail]
> 
> Had to join the list again--------was wondering
> why things appeared slow.
> 
> I have a case where I have mail coming in addressed
> to our "support" mail account (e.g support@mydomain.com),
> and I need to have these message sent to 3 separate
> locations. One is a non-local account, the other two
> are local.
> 
> I have set up a procmail filter something like
> (I am going from memory, as I am not at work)
> 
> :0
> {
>    :0 c
>    !somebody@otherdomain.com
> 
>    :0 c
>    !me
> 
>    :0 c
>    !other_person
> 
>    :0
>    storage_folder
> }
> 
> Here is the problem, all the folks, except myself, receive the
> message in the From: header as if it came from support. I too
> get that, but I use Mutt, and it is smart enough to know that 
> when I go to "Reply", it addresses the message to whomever 
> originaly sent the message to support. Outlook does not.
> When they hit reply, it addresses the message to support.
> The term "snowball's chance in hell" is what immediately
> comes to mind if they are asked to use a differant email client.
> 
> Does anyone have a fix, or some ideas on how to fix this?
> 
> Mike Starke
> mgcon@neta.com
> 
> chgrp -R USMC /home/*
> 
> ----- End forwarded message -----
> 
> -- 
> V/R
> Mike Starke
> mstarke@mobl.com
> public key "http://www.neta.com/~mgcon/download/mstarke_public.txt"
> 
> chgrp -R USMC /home/*
> 
> 
> _______________________________________________
> Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>