Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119219 Details for
Bug 178501
Version bumps for libmilter/dk-milter/sid-milter, also with IPv6 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dk-milter/files/postfix-queueID.patch
postfix-queueID.patch (text/plain), 547 bytes, created by
Jan Oravec
on 2007-05-14 11:56:04 UTC
(
hide
)
Description:
dk-milter/files/postfix-queueID.patch
Filename:
MIME Type:
Creator:
Jan Oravec
Created:
2007-05-14 11:56:04 UTC
Size:
547 bytes
patch
obsolete
>--- dk-filter/dk-filter.c.orig 2006-07-17 16:33:44.000000000 -0700 >+++ dk-filter/dk-filter.c 2006-07-17 16:35:45.000000000 -0700 >@@ -2076,6 +2076,13 @@ > dfc = cc->cctx_msg; > assert(dfc != NULL); > >+ /* Determine the job ID for logging. */ >+ if (dfc->mctx_jobid == 0 || strcmp(dfc->mctx_jobid, JOBIDUNKNOWN) == 0) { >+ char *jobid = smfi_getsymval(ctx, "i"); >+ if (jobid != 0) >+ dfc->mctx_jobid = jobid; >+ } >+ > /* get hostname; used in the X header and in new MIME boundaries */ > hostname = smfi_getsymval(ctx, "j"); > if (hostname == NULL)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 178501
:
119209
|
119210
|
119211
|
119215
|
119219
|
119220
|
119221
|
119222
|
133164
|
133166
|
133167
|
133192
|
133194
|
133195
|
133197