Ability to forward mail to another account in the "mailbox filtering"

Post your MailEnable suggestions here.
Post Reply
jparrot
Posts: 9
Joined: Tue Jan 26, 2016 7:36 pm

Ability to forward mail to another account in the "mailbox filtering"

Post by jparrot »

we can create filter on messages that are delivered to this mailbox.

but we only have few option like move and delete.

it will be GREAT to be able to forward email to another account, then delete it.

(we user to do that with our old server)

ex: if message subject contain "request", forward email to sales@mydomain.com then delete the mail from inbox.

thanks

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: Ability to forward mail to another account in the "mailbox filtering"

Post by MailEnable-Ian »

Hi,

Create a global script filter and not at the mailbox and add the action to the filter for "Forward to address".

Script filter example:

Code: Select all

FilterResult=0
If CriteriaMet([ME_TO],"*emailaddress@exampledomain.com*") AND CriteriaMet([ME_SUBJECT],"*Value*") THEN
FilterResult=1
End If
Regards,

Ian Margarone
MailEnable Support

jparrot
Posts: 9
Joined: Tue Jan 26, 2016 7:36 pm

Re: Ability to forward mail to another account in the "mailbox filtering"

Post by jparrot »

Ok it's working, but not very "user" configurable.

Our customers used to do that in the "webmail" of our old server.

I can make some filters, but with 5000 users I hope they can do that by themself.

thanks

Post Reply