Author Topic: Advanced filter to do a simple task  (Read 3466 times)

Offline mumia555

  • Newbie
  • *
  • Posts: 1
Advanced filter to do a simple task
« on: January 15, 2015, 05:35:16 AM »
Hi guys, this is my first question on the forum! o/
So, I'm trying to achieve this simple task:

An e-mail arrives on my RoundCube 0.9.2(can't update this version to a more recent one -.-), and I want my filter to catch that e-mail and re-send or copy to a list of e-mails, cycling through each one of them.

Example:
I have 3 e-mails on my list:
blag@gmail.com
goblin@gmail.com
jakarta@gmail.com

And then it happens!
Email 1 arrived!
Re-send to blag@gmail.com
Email 2 arrived!
Re-send to goblin@gmail.com
Email 3 arrived!
Re-send to jakarta@gmail.com
Email 4 arrived!
Re-send to blag@gmail.com
Email 5 arrived!
Re-send to goblin@gmail.com
Email 6 arrived!
Re-send to jakarta@gmail.com


How do I do this?
Thanks

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Advanced filter to do a simple task
« Reply #1 on: January 15, 2015, 09:59:51 AM »
The filter would need to be setup on the mail server not within Roundcube.