Mailing List Archive

svn commit: r289978 - /spamassassin/trunk/lib/Mail/SpamAssassin/Message.pm
Author: felicity
Date: Sun Sep 18 14:19:57 2005
New Revision: 289978

URL: http://svn.apache.org/viewcvs?rev=289978&view=rev
Log:
add in a little bit of documentation about the last change (r289976)

Modified:
spamassassin/trunk/lib/Mail/SpamAssassin/Message.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Message.pm
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/lib/Mail/SpamAssassin/Message.pm?rev=289978&r1=289977&r2=289978&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Message.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Message.pm Sun Sep 18 14:19:57 2005
@@ -64,7 +64,8 @@

C<message> is either undef (which will use STDIN), a scalar of the
entire message, an array reference of the message with 1 line per array
-element, or a file glob which holds the entire contents of the message.
+element, and either a file glob or IO::File object which holds the entire
+contents of the message.

Note: The message is expected to generally be in RFC 2822 format, optionally
including an mbox message separator line (the "From " line) as the first line.