Re: [SM-USERS] Delete/Move Messages on spam_buttons plugins

2007-09-29 Thread Paul Lesniewski
On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > Anyone has a patch to delete or move messages after reported as spam/ham > using spam_buttons plugins? > > For example: > $is_spam_shell_command = 'DELETE'; > $is_not_spam_shell_command = 'MOVE TO INBOX'; These features are implement

Re: [SM-USERS] Delete/Move Messages on spam_buttons plugins

2006-02-11 Thread jam
> Hi, > Anyone has a patch to delete or move messages after reported as spam/ham > using spam_buttons plugins? > > For example: > $is_spam_shell_command = 'DELETE'; > $is_not_spam_shell_command = 'MOVE TO INBOX'; > Yip - see attached diff file, it moves the mail to a folder you can specify (see. co

[SM-USERS] Delete/Move Messages on spam_buttons plugins

2006-02-10 Thread kisanak
Hi, Anyone has a patch to delete or move messages after reported as spam/ham using spam_buttons plugins? For example: $is_spam_shell_command = 'DELETE'; $is_not_spam_shell_command = 'MOVE TO INBOX'; TIA -- Regards, A. Yahya Sjarifuddin ---