EmailDiscussions.com  

Go Back   EmailDiscussions.com > Email Service Provider-specific Forums > Runbox Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Runbox Forum Everything related to Runbox should go here: suggestions, comments, complaints, questions, technical issues, etc.

Reply
 
Thread Tools
Old 16th June 2012, 04:05 PM   #1
odedp
Master of the @
 
Join Date: Mar 2000
Location: Tel-Aviv, ISRAEL
Posts: 1,146
Need help creating a filter

I want to file incoming emails in a crtain folder if:
header doesn't contain "aaa" and (header doesn't contain) "bbb".
How can I do this?

Thanks,
Oded.
odedp is offline   Reply With Quote
Old 16th June 2012, 06:34 PM   #2
dbowdley
Essential Contributor
 
Join Date: Nov 2008
Location: UK
Posts: 230

Representative of:
Runbox.com
At the moment this isn't possible as you can only filter on one filter criterion at a time. The Runbox filter system is in need of an upgrade to allow the sort of filtering you want to do. This has been discussed by the team so we are aware of this.

Dave
dbowdley is offline   Reply With Quote
Old 16th June 2012, 07:20 PM   #3
odedp
Master of the @
 
Join Date: Mar 2000
Location: Tel-Aviv, ISRAEL
Posts: 1,146
Quote:
Originally Posted by dbowdley View Post
At the moment this isn't possible as you can only filter on one filter criterion at a time. The Runbox filter system is in need of an upgrade to allow the sort of filtering you want to do. This has been discussed by the team so we are aware of this.

Dave
Any idea when the Runbox filter system will be upgraded?
odedp is offline   Reply With Quote
Old 16th June 2012, 07:46 PM   #4
Geir
The "e" in e-mail
 
Join Date: Sep 2001
Location: Oslo, Norway
Posts: 2,687

Representative of:
Runbox.com
Oded,

You might be able to work around this by first adding a filter that saves messages where the header contains "aaa" to Inbox (or some other folder), letting only messages where the header doesn't contain "aaa" through to the next level, and then adding a filter that saves messages where header doesn't contain "bbb" to the desired folder.

- Geir
Geir is offline   Reply With Quote
Old 16th June 2012, 07:51 PM   #5
odedp
Master of the @
 
Join Date: Mar 2000
Location: Tel-Aviv, ISRAEL
Posts: 1,146
Quote:
Originally Posted by Geir View Post
Oded,

You might be able to work around this by first adding a filter that saves messages where the header contains "aaa" to Inbox (or some other folder), letting only messages where the header doesn't contain "aaa" through to the next level, and then adding a filter that saves messages where header doesn't contain "bbb" to the desired folder.

- Geir
That's exactly what I've been doing few minutes ago
Still it would be nice to have this feature available.

Thank you Geir for your help. Much appreciated.

Oded.
odedp is offline   Reply With Quote
Old 16th June 2012, 07:55 PM   #6
dbowdley
Essential Contributor
 
Join Date: Nov 2008
Location: UK
Posts: 230

Representative of:
Runbox.com
Yep, Geir's suggestion could work. It depends if you then need to filter messages that do contain "aaa" any further.

There isn't a date for a filter upgrade that I am aware of. Geir is the one to ask about that sort of thing

Dave
dbowdley is offline   Reply With Quote
Old 17th June 2012, 03:28 AM   #7
Jacinto
Member
 
Join Date: Jun 2009
Posts: 41
Although not a Runbox native filter, I've used "IMAPfilter" as an external filter for some very sophisticated filtering.

<https://github.com/lefcha/imapfilter>

A bit of a steep learning curve, but well worth it.

You can do a lot more with this external filter than with most E-Mail hosting providers' filters.
Jacinto is offline   Reply With Quote
Old 17th June 2012, 03:30 AM   #8
Jacinto
Member
 
Join Date: Jun 2009
Posts: 41
Forgot to say, Unix/Linux only (may work under Cygwin).
Jacinto is offline   Reply With Quote
Old 24th June 2012, 03:28 AM   #9
Quincy_G
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 39
I also have the problem that I need two filter criteria

First: Emails for alias "xxx@example.com" AND subject contains "Example"

How can i filter this?

Is this problem at fastmail the same? I also can't find a second criteria...
Quincy_G is offline   Reply With Quote
Old 26th June 2012, 02:01 AM   #10
Jacinto
Member
 
Join Date: Jun 2009
Posts: 41
Quote:
Originally Posted by Quincy_G View Post
I also have the problem that I need two filter criteria

First: Emails for alias "xxx@example.com" AND subject contains "Example"

How can i filter this?

Is this problem at fastmail the same? I also can't find a second criteria...
Fastmail uses the Sieve filtering language.

Not sure about the gui. However, with a paid account you can write your own script by hand and include two "criteria."

Your example would roughly be (not tested):

-----------------------------------------------------------
if allof(
header :contains "to" "xxx@example.com",
header :contains "subject" "Example"
) {
[your desired action would go here];
stop;
}
-----------------------------------------------------------

Give it a whirl, you'll be surprised what you can do with it.
Jacinto is offline   Reply With Quote
Old 26th June 2012, 05:13 AM   #11
Quincy_G
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 39
Hmm, i see in the beta webmail is there a possibilty to put a custom sieve in. I will try this, thanks, first must read some infos about sieve :-)
Quincy_G is offline   Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +9. The time now is 03:40 PM.

 

Copyright EmailDiscussions.com 1998-2011. All Rights Reserved