We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c0d1e commit ea082afCopy full SHA for ea082af
config/spamassassin.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+return [
4
+ 'api' => 'https://spamcheck.postmarkapp.com/filter',
5
6
+ // Default "long". Must either be "long" for a full report of processing rules, or "short" for a score request.
7
+ 'option' => 'long'
8
+];
0 commit comments