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