|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Add Throttle to outbound email?
From: James Robertson (j
mesrobertson.com)
Date: Thu Sep 04 2008 - 22:54:35 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>
> see the example under the -d delete option (be sure to use postsuper
> -h instead of postsuper -d).
>
> Something like this (untested):
>
> # hold all mail from sender
example.com
> mailq | tail +2 | grep -v '^ *(' | awk 'BEGIN { RS = "" }
> { if ($7 == "sender
example.com" )
> print $1 }
> ' | tr -d '*!' | postsuper -h -
>
>
great!
that worked a treat.
Cheers Noel!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]