I'd think that a lot of admins would find this useful. How often do you do a resend of a blocked message that doesn't also need to be copied to correctednotspam?
For the sake of discussion, what about making the code that runs after } elsif ($action eq '8') { # correctednotspam a function like DoCorrectedNotSpam() and putting the existing corrected not spam code (minus the status update to the gui) into that function? Then change if ($action eq '1' or $action eq '10') { # resend to if ($action eq '1' or $action eq '10' or $action eq '11') { # resend (or whatever the new all in one action is and insert the DoCorrectedNotSpam() function before the code that's currently there for action 1 or 10. I'd do this for you, but you REALLY don't want my sloppy code in your masterpiece! On Wed, Dec 12, 2018 at 1:00 AM Thomas Eckardt <thomas.ecka...@thockar.com> wrote: > >"Copy file to resendmail AND Copy file to correctednotspam" > > No, this is not possible. The current code allows only one action at a > time. > > Thomas > > > > Von: "K Post" <nntp.p...@gmail.com> > An: "ASSP development mailing list" < > assp-test@lists.sourceforge.net> > Datum: 11.12.2018 16:29 > Betreff: [Assp-test] Request: resend and add to corrected not spam > ------------------------------ > > > > The new option to in the message viewer to resend the message force > allowing attachments has been a huge time saver for me. Thanks again. > > Another request: could you add a single option to "Copy file to resendmail > AND Copy file to correctednotspam"? That would allow us to resend the > message and correct the corpus for erroneously blocked messages in one > step. > > Thanks for the consideration! > ken > _______________________________________________ > Assp-test mailing list > Assp-test@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/assp-test > > > > > DISCLAIMER: > ******************************************************* > This email and any files transmitted with it may be confidential, legally > privileged and protected in law and are intended solely for the use of the > individual to whom it is addressed. > This email was multiple times scanned for viruses. There should be no > known virus in this email! > ******************************************************* > > _______________________________________________ > Assp-test mailing list > Assp-test@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/assp-test >
_______________________________________________ Assp-test mailing list Assp-test@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/assp-test