From: cjwatson <> Date: Tue, 15 Jul 2003 01:50:51 +0000 (-0800) Subject: [project @ 2003-07-14 18:50:51 by cjwatson] X-Git-Tag: release/2.6.0~854 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5208eb451142b7d58f4dd9e262710c90ae637d61;p=debbugs.git [project @ 2003-07-14 18:50:51 by cjwatson] Match description of Debbugs::Log's Perl record representation with reality. --- diff --git a/Debbugs/Log.pm b/Debbugs/Log.pm index 6e37af2..b23d786 100644 --- a/Debbugs/Log.pm +++ b/Debbugs/Log.pm @@ -35,8 +35,8 @@ types. ^A, ^B, etc. represent those control characters. [mail] ^C -[mail] must start with /^Received: \(at \S+\) by \S+;/, and is copied to the -output. +C<[mail]> must start with /^Received: \(at \S+\) by \S+;/, and is copied to +the output. =item autocheck @@ -82,9 +82,9 @@ line. =head2 Perl Record Representation Each record is a hash. The C field is C, C, -C, or C as above; C and C contain text as above; -C is a reference to an array of recipients (strings), or undef for -C<-t>. +C, or C as above; C contains text from C<[mail]> or +C<[html]> as above; C is a reference to an array of recipients +(strings), or undef for C<-t>. =head1 FUNCTIONS