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 the permissions on the script test sending the emails # […]
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 rule right click on the email and call it, it […]