On Tue, Feb 01, 2000 at 01:08:15PM -0600, Larry P. Schrof wrote:
> What am I missing?
>
> send-hook '-t [EMAIL PROTECTED]' 'my_hdr X-Testing: Yes'
^
i think this should be ~ instead.
>
> The my_hdr never gets run when I send mail to [EMAIL PROTECTED] .
Robert
Larry P. Schrof writes:
> What am I missing?
>
> send-hook '-t [EMAIL PROTECTED]' 'my_hdr X-Testing: Yes'
^
s/-/~/
> The my_hdr never gets run when I send mail to [EMAIL PROTECTED] .
Larry P. Schrof <[EMAIL PROTECTED]> wrote on Tue, 01 Feb 2000:
> What am I missing?
>
> send-hook '-t [EMAIL PROTECTED]' 'my_hdr X-Testing: Yes'
That should be a ~ (called a tilde, a small wavy line) before the t,
not a dash.
Also, it's probably better to use all lower case. If you use upper
What am I missing?
send-hook '-t [EMAIL PROTECTED]' 'my_hdr X-Testing: Yes'
The my_hdr never gets run when I send mail to [EMAIL PROTECTED] .
Thanks.
- Larry