info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nnimap-split-fancy and regexp


From: Uwe Brauer
Subject: nnimap-split-fancy and regexp
Date: Tue, 22 Jan 2008 15:10:39 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux)

Hello

I receive mails from the Moodle forum, which typically have the
following header:


Subject: Using Moodle: Re: Cannot get moodle to follow a symlink on     
localhost
In-reply-to: <moodlepost391135@moodle.org>
X-Mailer: PHPMailer [version Moodle 2007101506]


So what I want is to configure 
 nnimap-split-rule  and nnimap-split-fancy respectively 

Such that all this mails are moved to a Imap folder called Moodle

I tried the following

   ("Reply-to:" "Do not reply to this email <noreply@moodle.org>" "Moodle")
   ("X-Mailer:" "PHPMailer [version Moodle 2007101506]" "Moodle")
   ("Subject"  ".*\\[Using Moodle:\\].*" "Moodle")
   ("Subject"  "\\[Using Moodle:\\].*" "Moodle")
   ("In-reply-to:" "<moodlepost0@moodle.org>" "Moodle")


But none really helped and the mail was moved to my HAM folder.

Most likely this is a problem of regexp but I don't know how to set
that up correctly.

Anybody can help

Thanks in advance

Uwe Brauer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]