diff options
| author | fukachan <fukachan> | 2003-11-29 07:23:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-29 07:23:37 +0000 |
| commit | 2fd5b2b1baf9d9355ae7615831209c8ade5df4da (patch) | |
| tree | f190e859cdba7460e236a9c29b63f76f2fffa12c /fml/lib | |
| parent | c66f91a7f612cf5f216f247af43af461ae95a08c (diff) | |
| download | fml8-2fd5b2b1baf9d9355ae7615831209c8ade5df4da.tar.gz fml8-2fd5b2b1baf9d9355ae7615831209c8ade5df4da.tar.bz2 fml8-2fd5b2b1baf9d9355ae7615831209c8ade5df4da.zip | |
s/x_ml_name/outgoing_mail_header_x_ml_name/g;
Diffstat (limited to 'fml/lib')
| -rw-r--r-- | fml/lib/FML/Header.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Header.pm b/fml/lib/FML/Header.pm index 884c0475..4c4848ad 100644 --- a/fml/lib/FML/Header.pm +++ b/fml/lib/FML/Header.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: Header.pm,v 1.63 2003/08/23 14:37:58 fukachan Exp $ +# $FML: Header.pm,v 1.64 2003/09/19 13:30:33 tmu Exp $ # package FML::Header; @@ -220,7 +220,7 @@ add X-ML-Count: sub add_fml_ml_name { my ($header, $config, $args) = @_; - $header->add('X-ML-Name', $config->{ x_ml_name }); + $header->add('X-ML-Name', $config->{ outgoing_mail_header_x_ml_name }); } @@ -373,7 +373,7 @@ sub add_x_sequence { my ($header, $config, $args) = @_; - $header->add('X-Sequence', "$config->{ x_ml_name } $args->{ id }"); + $header->add('X-Sequence', "$config->{ outgoing_mail_header_x_ml_name } $args->{ id }"); } |
