Add: MID-Format may now contain %t for a Unix timestamp.
[usenet/yapfaq.git] / .yapfaqrc
1 NNTPServer = 'localhost'
2 NNTPUser   = ''
3 NNTPPass   = ''
4 Sender     = ''
5 ConfigFile = 'yapfaq.cfg'
6 UsePGP     = 0
7
8 ################################## PGP-Config #################################
9 pgp           = '/usr/bin/pgp'                  # path to pgp
10 PGPVersion    = '2'                             # Use 2 for 2.X 5 for PGP > 2.X and GPG for GPG
11 PGPSigner     = ''                              # sign as who?
12 PGPPass       = ''                              # pgp2 only
13 PathtoPGPPass = ''                           # pgp2 pgp5 and gpg
14 pgpbegin      = '-----BEGIN PGP SIGNATURE-----' # Begin of PGP-Signature
15 pgpend        = '-----END PGP SIGNATURE-----'   # End of PGP-Signature
16 pgptmpf       = 'pgptmp'                        # temporary file for PGP.
17 pgpheader     = 'X-PGP-Sig'
This page took 0.009781 seconds and 3 git commands to generate.