Hi,
I wanted to ask if You think about creating some extensions to Forwarders section in DA user Panel.
Many clients ask me to set a forwader in the way that mail is forwared as a copy, so the original reciever doesnt see anythingt (this feature is requested usaually by Managers, Directors to control incoming mails for their employees).
It could be easly added:
in /etc/virtual/domain/ there could be additional filter file, different from ./filter which is used by SpamAssassin.
For example:
./filter_forwarders
Then in Forwarders section user could have an option to tick (Local Copy: on/off). If off - nothing additional should be done. If "on" selected there could filter rules written to filter_forwarders such as:
if
$header_to: contains "[email protected]" or
$header_to: contains "[email protected]"
....
then
unseen deliver [email protected]
endif
And thats all. Ofcourse there could be also an option:
Forward a copy of all incoming mail to the following address:
and when there should be only such entry:
unseen deliver [email protected]
What do You think about that?
I dont know if there is some more simplified way to this - but thats the one I'm using.
Kind Regards,
I wanted to ask if You think about creating some extensions to Forwarders section in DA user Panel.
Many clients ask me to set a forwader in the way that mail is forwared as a copy, so the original reciever doesnt see anythingt (this feature is requested usaually by Managers, Directors to control incoming mails for their employees).
It could be easly added:
in /etc/virtual/domain/ there could be additional filter file, different from ./filter which is used by SpamAssassin.
For example:
./filter_forwarders
Then in Forwarders section user could have an option to tick (Local Copy: on/off). If off - nothing additional should be done. If "on" selected there could filter rules written to filter_forwarders such as:
if
$header_to: contains "[email protected]" or
$header_to: contains "[email protected]"
....
then
unseen deliver [email protected]
endif
And thats all. Ofcourse there could be also an option:
Forward a copy of all incoming mail to the following address:
and when there should be only such entry:
unseen deliver [email protected]
What do You think about that?
I dont know if there is some more simplified way to this - but thats the one I'm using.
Kind Regards,