On Thu, 2008-09-11 at 10:10 +0200, Aconai - Consultant Informatique wrote: > Hi experts, > > I've just installed openSuse 11.0 with gnome interface. > I try to create a rule in evolution (2.22.1.1) to forward messages when > they incoming and when a specific name is specified in the field "to". > i can't find a way to do it. > > Does anyone has the solution or a workaround ? > > Thanks in advance, > > Michel > > _______________________________________________ > Evolution-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/evolution-list
create a script that will do the forwarding, then create a filter to pipe the email to the script. or, if you configure mutt to send mail, you could probably setup a filter to pipe to program ( mutt ) and bypass the script pipeToProgram mutt -x -s "Forwarded from ..." [EMAIL PROTECTED] A script would probably allow more flexibility with regard to subject, etc.. _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
