Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/dkim/dkimproxy_mails | ||
|---|---|---|
| 10 | 10 |
# autoconf (optional) |
| 11 | 11 |
# |
| 12 | 12 |
# Gives the result of the verification. The following values are possible: |
| 13 |
#
|
|
| 13 |
# |
|
| 14 | 14 |
# pass |
| 15 | 15 |
# Returned if a valid DKIM-Signature header was found, and the signature contains a correct value for the message. |
| 16 | 16 |
# |
| ... | ... | |
| 22 | 22 |
# |
| 23 | 23 |
# none |
| 24 | 24 |
# Returned if no DKIM-Signature headers (valid or invalid) were found. |
| 25 |
#
|
|
| 25 |
# |
|
| 26 | 26 |
# In case of multiple signatures, the "best" result will be returned. Best is defined as "pass", followed by "fail", "invalid", and "none". |
| 27 |
#
|
|
| 27 |
# |
|
| 28 | 28 |
|
| 29 | 29 |
mktempfile () {
|
| 30 | 30 |
mktemp -t |
| ... | ... | |
| 59 | 59 |
echo 'dkiminvalid.label Invalid DKIM-Sigs' |
| 60 | 60 |
echo 'dkiminvalid.min 0' |
| 61 | 61 |
echo 'dkimfail.label Failed DKIM-Sigs' |
| 62 |
echo 'dkimfail.min 0'
|
|
| 62 |
echo 'dkimfail.min 0' |
|
| 63 | 63 |
exit 0 |
| 64 | 64 |
fi |
| 65 | 65 |
|
Formats disponibles : Unified diff