Hi,
I want to have all the e-mails with virusses filtered to a different
alias. I have come up with this:
| acl_check_content:
|
| warn demime = *
| malware = *
| set acl_c0 = virus
| logwrite = virusstats [...]
| message = Virus found: ($malware_name).
and
| virus_redirect:
| driver = redirect
| condition = ${if eq{$acl_c0}{virus} {1}{0}}
| data = rejo@???
| pipe_transport = address_pipe
This does verify virusmesssages, but it does not forward them to the
specified account. Why not?
- --
Rejo Zenger <rejo@???> -
http://rejo.zenger.nl - PGP 0x75FC50F3