Redirect emails using alias script
# vim /etc/aliases
command: |/bin/grep Subject >> /tmp/emailgrep.txt
commandperl: |/bin/test.pl
Pay attention on the permissions the email system will use the mail account, so set …
Outlook Macro to forward emails
.
.
I just wrote my first Outlook VBA code, it searches the body of the email for a email and forwards that email to it.
Just creat a new …