Skip to content

Commit ea082af

Browse files
committed
Change config name
1 parent 49c0d1e commit ea082af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/spamassassin.php

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)