![]() |
|
FastMail Forum All posts relating to FastMail.FM should go here: suggestions, comments, requests for help, complaints, technical issues etc. |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Join Date: Nov 2005
Posts: 7
|
Only addressbook senders in INBOX
How to get mails only from senders in my addressbook to the INBOX and in the same time get other mails in another folder named by me (and not in the junk mail folder).
|
![]() |
![]() |
![]() |
#2 |
Master of the @
Join Date: Feb 2004
Location: New Hampshire, USA
Posts: 1,561
|
Try this:
Code:
# Separate spam and mail from unknown senders: if not header :contains ["X-Spam-known-sender"] "yes" { if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-score"] ["5"] { fileinto "INBOX.Spam"; stop; } else { fileinto "INBOX.Unknown; stop; } |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Nov 2005
Posts: 7
|
Kindly explain to me where to use this code.
|
![]() |
![]() |
![]() |
#4 | |
Senior Member
Join Date: Oct 2003
Location: NZ
Posts: 129
|
Quote:
Go to Options, and find Define Rules under the Settings header (first row, right hand side). There is a link "View filter source" at the bottom of the Define Rules page. This will show you the sieve code that you can edit. The wiki has good information for beginners on sieve: http://wiki.fastmail.fm/index.php/BasicSieve |
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Join Date: Nov 2005
Posts: 7
|
Thank you
![]() |
![]() |
![]() |
![]() |
Thread Tools | |
|
|