|
ru.unix.bsd- RU.UNIX.BSD ------------------------------------------------------------------ From : Andrey Ostanovsky 2:5030/1957 31 Oct 2007 14:53:00 To : All Subject : rt-3.6.4 -------------------------------------------------------------------------------- Если у кого-то, после очередного обновления p5-MIME-Tools-5.42xxx перестала работать доставка почты в сабжевую систему, можно просто добавить недостающий кусок кода в соответствующий раздел: /usr/local/lib/perl5/site_perl/5.X.X/MIME/Parser.pm && apachectl graceful либо, как советуют гуру, "either upgrade to RT 3.6.5 or downgrade MIME::Entity to version 5.420" #------------------------------ =item tmp_recycling [YESNO] I<Instance method.> Normally, tmpfiles are created when needed during parsing, and destroyed automatically when they go out of scope. But for efficiency, you might prefer for your parser to attempt to rewind and reuse the same file until the parser itself is destroyed. If YESNO is true (the default), we allow recycling; tmpfiles persist until the parser itself is destroyed. If YESNO is false, we do not allow recycling; tmpfiles persist only as long as they are needed during the parse. With no argument, just returns the current setting. =cut sub tmp_recycling { my ($self, $yesno) = @_; $self->{MP5_TmpRecycling} = $yesno if (@_ > 1); $self->{MP5_TmpRecycling}; } #------------------------------ Andrey --- GoldED+/BSD 1.1.5-b20061116 * Origin: PGP KeyID 2ABEC67A andrey @ ostanovsky. spb. ru (2:5030/1957) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.unix.bsd/286047285fcb.html, оценка из 5, голосов 10
|