mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
added an option to decide whether to archive messages without message-id header line
This commit is contained in:
@ -52,6 +52,12 @@ workdir=/var/piler/tmp
|
||||
piler_header_field=X-piler: piler already archived this email
|
||||
|
||||
|
||||
; whether to archive an email not having a Message-ID header line (1)
|
||||
; or not (0).
|
||||
; If enabled then piler will assign piler_id as the message-id
|
||||
archive_emails_not_having_message_id=0
|
||||
|
||||
|
||||
|
||||
; comma separated list of your domains. piler uses this information to determine
|
||||
; the direction of the given email
|
||||
|
Reference in New Issue
Block a user