Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
5ce9e938
Commit
5ce9e938
authored
7 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Document the new_message_text_filename (%n) and log_text_filename (%d) stuff
added back in 2009 (mailsrvr.c, r1.459).
parent
be823026
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ctrl/mailproc.ini
+8
-2
8 additions, 2 deletions
ctrl/mailproc.ini
with
8 additions
and
2 deletions
ctrl/mailproc.ini
+
8
−
2
View file @
5ce9e938
...
...
@@ -12,12 +12,12 @@
; followed by a list of optional "key = value" pairs.
; If no "Eval" or "Command" key value is specified, the mail processor name
; will be used as t
e
h command-line to execute.
; will be used as th
e
command-line to execute.
; Non-JavaScript mail processors (i.e. native executables), must have the
; "native" key set to "true" (e.g. "native = true").
; For a mail processor to only process mail received for
a
specific name,
; For a mail processor to only process mail received for specific name
(s)
,
; it must have a "To" key with a comma-separated list of destination names.
; Example: "To = listserver, listserv" would cause a mail processor to only
; process mail received for either "listserver" or "listserv".
...
...
@@ -33,11 +33,15 @@
; Each of the strings in these lists may use the Synchronet .can-style wildcards.
; The filenames referenced below may all be modified or created by the mail processor.
; Additional (read-only) variables available to JavaScript mail processors:
;
; message_text_filename // filename contains complete message header and body
; new_message_text_filename // completely new message header and body (optional)
; recipient_list_filename // list of all SMTP recipients for this message (.ini format)
; processing_error_filename // a filename that if created will reject this message with an SMTP error
; log_text_filename // an optional filename that if created will include debug log output
; hello_name // the "HELO" name specified by the sender during the SMTP session
; sender_name // the name of the sender, possibly the same as the sender_address
; sender_address // sender's email address (e.g. "user@domain.com")
...
...
@@ -57,8 +61,10 @@
; (native or JavaScript mail processor):
;
; %m mail message (header and body text) path/filename
; %n new message (header and body text) path/filename, in case you can't modify the original
; %l recipient list path/filename
; %e processing error path/filename (put error text in this file)
; %d processing debug log output path/filename
;
; %h sender's host name
; %i sender's IP address
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment