Lx-Office durch kivitendo ersetzt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 31 Oct 2012 15:19:32 +0000 (16:19 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 31 Oct 2012 15:19:32 +0000 (16:19 +0100)
SL/Mailer.pm

index b04af08..dc3c662 100644 (file)
@@ -122,7 +122,7 @@ sub send {
 
   $num_sent++;
   my $boundary    = time() . "-$$-${num_sent}";
-  $boundary       =  "LxOffice-$self->{version}-$boundary";
+  $boundary       =  "kivitendo-$self->{version}-$boundary";
   my $domain      =  $self->recode($self->{from});
   $domain         =~ s/(.*?\@|>)//g;
   my $msgid       =  "$boundary\@$domain";
@@ -177,7 +177,7 @@ sub send {
   $driver->start_mail(from => $self->{from}, to => [ map { @{ $addresses{$_} } } qw(to cc bcc) ]);
 
   $driver->print(qq|${headers}Message-ID: <$msgid>
-X-Mailer: Lx-Office $self->{version}
+X-Mailer: kivitendo $self->{version}
 MIME-Version: 1.0
 |);