Hallo Aaron, Am Freitag, 15. November 2002 um 00:24 schriebst du:
> The latest version of XMail::Ctrl (1.5) has been released and will > arrive on CPAN shortly. You can review the documentation and download > at: > http://www.gina.net/solution/XMail.html > Changes: > - Improved speed, drastically faster at list retrieval > - Support for the froz* commands Does this include support for this request: ===Message ID <[EMAIL PROTECTED]>=== On Thu, 8 Nov 2001, DOLIST Technical Center wrote: > Hello, > > How resubmit or delete all frozen messages via > the command interface ? > > Is there a way to do something like : > > frozsubmit * * * Nope, you've to get the list and submit/delete each message. - Davide ===Message ID <[EMAIL PROTECTED]>=== I don't really understand the example: ===XMail::Ctrl POD=== As of version 1.5 you can perform any froz command: $froz = $xmail->frozlist(); foreach my $frozinfo (@{$froz}) { s/\"//g foreach @{$frozinfo}; $res = $xmail->frozdel( { lev0 => "$frozinfo->[1]", lev1 => "$frozinfo->[2]" || '0', msgfile => "$frozinfo->[0]", }); print $res , "\n"; } ===XMail::Ctrl POD=== I read this and think "I can do a frozsubmit instead of frozdel, too", am I right? Gerrit -- =^..^= - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
