More information about the Underscore mailing list

[_] New Address

Tim Beadle tim.beadle at gmail.com
Tue Jul 25 08:07:23 BST 2006

On 25/07/06, Oliver Humpage <oliver at watershed.co.uk> wrote:

> OK, everyone on the count of three...
>
> 1...
> 2...
> 3!
>
> for email in `ls /var/mail/spam-quarantine/`
> do
> cat $email | mail -s "Resending..." philip.hillman at gmail.com
> done

hehe - that's *evil* ;)

Tim