87 |
= $self->Message::Util::delete_comment_to_array ($body) |
= $self->Message::Util::delete_comment_to_array ($body) |
88 |
if $self->{option}->{use_comment}; |
if $self->{option}->{use_comment}; |
89 |
my @d; |
my @d; |
90 |
$body =~ s{ : ([0-9]+) $ }{ |
$body =~ s{ $REG{FWS} : $REG{FWS} ([0-9]+) $ $REG{FWS} }{ |
91 |
$self->{port} = $1; |
$self->{port} = $1; |
92 |
''}ex if $self->{option}->{use_port}; |
''}ex if $self->{option}->{use_port}; |
93 |
$body =~ s{($REG{domain_literal}|[^\x5B\x2E])+}{ |
$body =~ s{($REG{domain_literal}|[^\x5B\x2E])+}{ |