[wellylug] Problem with attachment

andrej at paradise.net.nz andrej at paradise.net.nz
Wed Mar 4 11:16:34 NZDT 2009


Quoting andrej at paradise.net.nz:
> Something like:
> #!/bin/bash
> export maildate=`date --date=yesterday +'%h %e'`
> sudo less /var/log/mail.log | grep "$maildate" > mail.txt
> mailx -a mail.txt -s "Mail log" xxx at xxx.co.nz
> 
> 
> or:
> #!/bin/bash
> export maildate=`date --date=yesterday +'%h %e'`
> sudo less /var/log/mail.log | grep "$maildate" > mail.txt
> mailx -a mail.txt -s "Mail log" xxx at xxx.co.nz
Ooops ... the last line meant to read

mutt -a mail.txt -s "Mail log" xxx at xxx.co.nz





More information about the wellylug mailing list