Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
5601df45
Commit
5601df45
authored
Feb 17, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 281733: testfile mail transport cannot write to testfile
Patch By FrÃ
©
dÃ
©
ric Buclin <LpSolit@gmail.com> r=joe a=myk
parent
4d2f2325
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
BugMail.pm
Bugzilla/BugMail.pm
+4
-1
No files found.
Bugzilla/BugMail.pm
View file @
5601df45
...
...
@@ -898,7 +898,10 @@ sub MessageToMTA ($) {
push
@args
,
Server
=>
Param
(
"smtpserver"
);
}
my
$mailer
=
new
Mail::
Mailer
Param
(
"maildeliverymethod"
),
@args
;
if
(
Param
(
"maildeliverymethod"
)
eq
"testfile"
)
{
$
Mail::Mailer::testfile::
config
{
outfile
}
=
"$datadir/mailer.testfile"
;
}
$msg
=~
/(.*?)\n\n(.*)/ms
;
my
@header_lines
=
split
(
/\n/
,
$1
);
my
$body
=
$2
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment