@@ -55,6 +55,10 @@ |
||
| 55 | 55 | return $head; |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | +/** |
|
| 59 | + * @param null|string $prob |
|
| 60 | + * @param null|string $conf |
|
| 61 | + */ |
|
| 58 | 62 | function dspamLevel($prob, $conf) { |
| 59 | 63 | /* Calculate DSPAM Level as the Spamassassin Plugin */ |
| 60 | 64 | if (is_null($prob) or is_null($conf)) return '-'; |