From 61a59a6f49b9535ec65295893791d4007c3c9bf4 Mon Sep 17 00:00:00 2001 From: tetragon Date: Wed, 17 Oct 2007 21:12:29 +0000 Subject: Adjusting message-id settign to actually work git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1776 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Mailer.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LedgerSMB/Mailer.pm b/LedgerSMB/Mailer.pm index c7225480..c1128d0e 100755 --- a/LedgerSMB/Mailer.pm +++ b/LedgerSMB/Mailer.pm @@ -54,10 +54,9 @@ sub send { my $boundary = time; $boundary = "LSMB-$boundary"; $domain =~ s/(.*?\@|>)//g; - my $msgid = "$boundary\@$domain"; + my $msg_id = "$boundary\@$domain"; $self->{contenttype} = "text/plain" unless $self->{contenttype}; - my $msgid = "$boundary\@$domain"; for (qw(from to cc bcc)) { $self->{$_} =~ s/\</