1
2arcsign(1) General Commands Manual arcsign(1)
3
4
5
7 arcsign - Script for ARC signing messages on stdin
8
10 0.9.2
11
12
14 arcsign is a filter that reads an RFC822 message on standard input, and
15 writes the same message on standard output with a ARC-Signature lines
16 prepended.
17
18
20 The signing options are specified on the command line:
21
22 arcsign selector domain privatekeyfile srv_id
23
24 Note: arcsign will only use authentication results header fields with
25 an authserv-id that matches srv_id as the input fields for the ARC
26 chain.
27
28
30 This version of arcsign was written by Brandon Long <blong@google.com>
31 and is derived from dkimsign, written by Greg Hewgill
32 <greg@hewgill.com>.
33
34 This man-page was created by Scott Kitterman <scott@kitterman.com> and
35 is licensed under the same terms as dkimpy.
36
37
38
39 2019-04-14 arcsign(1)