|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
bug report: different spam_button behavior since 1.4.18 updateHi all,
I am experiencing a difference of behavior with the spam_button plugin since the update from 1.4.17 to 1.4.18 Before: $sb_move_after_report_spam = 'mail/spam'; $sb_copy_after_report_spam = 0; (This moves message from a a folder to a spam signaling box) and $sb_move_after_report_not_spam = 'INBOX'; $sb_copy_after_report_not_spam = 0; (this moves a spam from the spam mailbox to inbox) Since the update, i am just getting a copy behavior, the orignal message is copied to the destination but is not deleted in the source mailbox. The spam plugin directory was just copied, including config.php, from 1.4.17 to 1.4.18 during the update. Thank you if someone what to do to correct this. Regards ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: bug report: different spam_button behavior since 1.4.18 updateLaurent HENRY (EHESS/CRI) さんは書きました:
> Hi all, > I am experiencing a difference of behavior with the spam_button plugin > since the update from 1.4.17 to 1.4.18 > > Before: > $sb_move_after_report_spam = 'mail/spam'; > $sb_copy_after_report_spam = 0; > (This moves message from a a folder to a spam signaling box) > and > $sb_move_after_report_not_spam = 'INBOX'; > $sb_copy_after_report_not_spam = 0; > (this moves a spam from the spam mailbox to inbox) > > Since the update, i am just getting a copy behavior, the orignal message > is copied to the destination but is not deleted in the source mailbox. > > The spam plugin directory was just copied, including config.php, from > 1.4.17 to 1.4.18 during the update. > > Thank you if someone what to do to correct this. Is there some reason you didn't read the mailing list posting guidelines? One of the first things it suggests you do is search the list archives for an answer to your question *before* you post. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: bug report: different spam_button behavior since 1.4.18 updateLe Thursday 14 May 2009 09:44:01 Paul Lesniewski, vous avez écrit :
> Laurent HENRY (EHESS/CRI) さんは書きました: > > Hi all, > > I am experiencing a difference of behavior with the spam_button plugin > > since the update from 1.4.17 to 1.4.18 > > > > Before: > > $sb_move_after_report_spam = 'mail/spam'; > > $sb_copy_after_report_spam = 0; > > (This moves message from a a folder to a spam signaling box) > > and > > $sb_move_after_report_not_spam = 'INBOX'; > > $sb_copy_after_report_not_spam = 0; > > (this moves a spam from the spam mailbox to inbox) > > > > Since the update, i am just getting a copy behavior, the orignal message > > is copied to the destination but is not deleted in the source mailbox. > > > > The spam plugin directory was just copied, including config.php, from > > 1.4.17 to 1.4.18 during the update. > > > > Thank you if someone what to do to correct this. > > Is there some reason you didn't read the mailing list posting > guidelines? One of the first things it suggests you do is search the > list archives for an answer to your question *before* you post. I looked in the plugin mailing list and not in the SM-User one. Thank you for your work. ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: bug report: different spam_button behavior since 1.4.18 updateI had the same problem, but couldnt wait for Paul to fix the plugin
due to the xss issues. You can probably fix your spam_buttons problems for now by replacing calls to sqimap_msgs_list_copy() to sqimap_msgs_list_move() in functions.php in spam_buttons plugin. Works for me at least. Hope that helps, Regards, Cor ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: bug report: different spam_button behavior since 1.4.18 updateI think it's actually in report.php of the plugin, not functions.php. I did that change and it works for me also. Just be really sure that you are using SM1.4.18+ (ie not an earlier version) as this quick fix otherwise won't be helpful. Cheers, Miles |
|
|
Re: bug report: different spam_button behavior since 1.4.18 updateOn Fri, May 15, 2009 at 8:50 PM, Miles Gillham
<miles@...> wrote: > > > Cor Bosman wrote: >> >> ... You can probably fix your spam_buttons problems >> for now by replacing calls to sqimap_msgs_list_copy() to >> sqimap_msgs_list_move() in functions.php in spam_buttons plugin. Works >> for me at least. >> > > I think it's actually in report.php of the plugin, not functions.php. I did > that change and it works for me also. Just be really sure that you are using > SM1.4.18+ (ie not an earlier version) as this quick fix otherwise won't be > helpful. This has been resolved with the release of Spam Buttons version 2.3 just a few minutes ago. Cheers, -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
| Free embeddable forum powered by Nabble | Forum Help |