Closed
Bug 451885
Opened 18 years ago
Closed 17 years ago
msgFilterRules.dat should be stored on server for IMAP mailboxes (lite roaming alternative)
Categories
(SeaMonkey :: MailNews: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: bryce2, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080316 SUSE/1.1.9-1.1 SeaMonkey/1.1.9
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080316 SUSE/1.1.9-1.1 SeaMonkey/1.1.9
I'm proposing that msgFilterRules.dat be stored on the server for IMAP mailboxes.
I use Seamonkey at home, Seamonkey at work, and occasionally Seamonkey on my wife's computer. Everything is seamless with IMAP mail, except it is a real pain to keep filter rules in sync. The msgFilterRules.dat file does not seamlessly move between Seamonkey/Thunderbird instances on different OS's.
The ONLY thing that does not seamlessly transfer are the filter rules. Without my filter rules I get so much mailing list traffic it is impractical to read mail.
As msgFilterRules.dat is just a flat file, it would be easy to save on the IMAP server. Doing so may take a lot of the pressure off the full two-way roaming profile synchronization that has been broken for many many years.
Ideally Thunderbird and Seamonkey would be able to parse the same file.
So in summary:
1) store msgFilterRules.dat on IMAP servers
2) harmonize file format and mailbox names between platforms (easy).
Here is example filter rule from msgFilterRules.dat
-------------------------------------------
ame="TaggedAsSpam@idiom.com"
enabled="yes"
type="1"
action="Move to folder"
actionValue="imap://bryce2@mail.idiom.com/Z-SPAM"
action="JunkScore"
actionValue="100"
condition="OR (cc,is,TaggedAsSpam@idiom.com) OR (subject,begins with,*{spam}*) OR (to or cc,contains,alewife@pathfriends.org)"
-------------------------------------------
Here's a procmail alternative (I got fed up with this issue, and so installed procmail on my server -- but many people can't do this):
-------------------------------------------
# Tricky DeMorgan's law OR. Empty line is required before the E rule.
:0
* ! ^Sender: pgsql-hackers-owner@postgresql.org
* ! ^Sender: ctpp-news-bounces@chrispy.net
* ! ^Sender: dev-bounces@openstreetmap.org
* ! ^Sender: newbies-bounces@openstreetmap.org
* ! ^Sender: developers-bounces@freebase.com
{ }
:0 E:
Lists-Misc
:0
/var/mail/bryce
-------------------------------------------
Reproducible: Always
| Reporter | ||
Comment 1•18 years ago
|
||
See also the Thunderbird version at Bug #451886
Comment 2•17 years ago
|
||
Old request.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•