Re: [imp] IMP5 and Dovecot

2011-02-21 Thread arnaud icard
Michael M Slusarz a écrit , Le 18/02/2011 19:05: Quoting arnaud icard : Michael M Slusarz a écrit , Le 17/02/2011 18:33: Quoting arnaud icard : Hello, I am currently installing Horde4 from git' sources and everything bundled to it. I have a problem with IMP. When I try to use our IMAP s

[imp] Highlighting SPAM, follow up on ticket 5234

2011-02-21 Thread Frederic Naud
Hello, I found in the bugs database ticket 5234 a description of something that I am trying to accomplish, that is : for email that has "X-Spam-Status: Yes" header show a spam icon next to the message in the folder view. Unfortunately, I do not see a conclusion to this ticket and I have b

Re: [imp] Highlighting SPAM, follow up on ticket 5234

2011-02-21 Thread Michael M Slusarz
Quoting Frederic Naud : Hello, > > I found in the bugs database ticket 5234 a description of something > that I am trying to accomplish, that is : > > for email that has "X-Spam-Status: Yes" header show a spam icon next > to the message in the folder view. > > > Unfortunately,

Re: [imp] Highlighting SPAM, follow up on ticket 5234

2011-02-21 Thread Michael M Slusarz
Quoting Frederic Naud : Thanks for the quick reply. Can you tell me how to test the X-Spam-Status? In the hooks.php, there's an example for XPriority (switch ($ob->header->getXpriority())) but I don't see how to modify it to trap and format the Spam messages. $value = $ob->header->getVa

Re: [imp] Highlighting SPAM, follow up on ticket 5234

2011-02-21 Thread Frederic Naud
Thanks for the quick reply. Can you tell me how to test the X-Spam-Status? In the hooks.php, there's an example for XPriority (switch ($ob->header->getXpriority())) but I don't see how to modify it to trap and format the Spam messages. Thanks again, Fred Quoting Frederic Naud : Hello