I'm looking for a way to forward emails with a certain subject to a different email address. I've created a .forward file with the following content:
Unfortunately, placing this into the home directory of the specific account doesn't seem to work, and I believe I've also read somewhere that using .forward files in DA generally doesn't work. Is this (still) true, and/or is there a simple solution for what I'm trying to achieve? Thanks!# Exim Filter
# Filter "Filter1"
if $header_Subject: contains "important subject"
then
deliver [email protected]
endif