diff options
| author | fukachan <fukachan> | 2005-06-03 09:51:49 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-06-03 09:51:49 +0000 |
| commit | 75fd3b44a4e8e4eee1ec4ed82d3ba0219ff6e40e (patch) | |
| tree | 5687493578f763aadf930af68d67e63880f8cd69 /fml | |
| parent | 6a51a1d2eca0e5a4b9219b96855fddd8581c765d (diff) | |
| download | fml8-75fd3b44a4e8e4eee1ec4ed82d3ba0219ff6e40e.tar.gz fml8-75fd3b44a4e8e4eee1ec4ed82d3ba0219ff6e40e.tar.bz2 fml8-75fd3b44a4e8e4eee1ec4ed82d3ba0219ff6e40e.zip | |
switched to use $curproc->incoming_message_get_cache_file_path();
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/FML/Article.pm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fml/lib/FML/Article.pm b/fml/lib/FML/Article.pm index eb696e0a..95b68242 100644 --- a/fml/lib/FML/Article.pm +++ b/fml/lib/FML/Article.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Article.pm,v 1.71 2004/12/05 16:19:04 fukachan Exp $ +# $FML: Article.pm,v 1.72 2005/05/26 09:35:40 fukachan Exp $ # package FML::Article; @@ -220,9 +220,7 @@ sub spool_in sub _try_failover { my ($self, $curproc, $id, $article_file) = @_; - my $queue = $curproc->mail_queue_get_incoming_queue(); - my $queue_id = $queue->id(); - my $queue_file = $queue->incoming_file_path($queue_id); + my $queue_file = $curproc->incoming_message_get_cache_file_path(); # 0. nuke (must be) broken article file. if (-f $article_file) { unlink $article_file;} |
