Changeset 1787
- Timestamp:
- 10/23/06 04:02:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Publish/Maildir.pm
r1668 r1787 95 95 $msg->add('Message-Id', "<$id.plagger\@localhost>"); 96 96 $msg->add('X-Tags', encode('MIME-Header',join(' ',@{$entry->tags}))); 97 my $xmailer = " MIME::Lite (Plagger/$Plagger::VERSION with Publish::Maildir/$VERSION)";97 my $xmailer = "Plagger/$Plagger::VERSION"; 98 98 $msg->replace('X-Mailer',$xmailer); 99 99 store_maildir($self, $context,$msg->as_string(),$id);
