ŅkTHҀh0߱u* O[NZ7;2(-1]s(Acm.W;`s1]}W8>ֳp$`JTFsˮNe9Y@/ )t:K6Ū؝JgxψjY\oy{#=Q3+W&5jZ!4@ r?@%U$ݰYl,@hs?(s179=QON8hsNW^OC3U Mh9ӣ$w0b:'ӪD|xC<~@ǫNSwGwKʙS,٪w2d"&+E{7:]`2٤}%"V$1үh F Gj !aD9 \.(2ܐSrơp pK]Gz̺m:C0_#3pxkvgLt^\?Q~md?\ MI/ᶾƔ|`]@*JFz\6G"/q&҅V4OV@=wv9 ` }h4;6Dt?C>~H].KY^lNf;o."7NG 8xq/8V8xHzQB4?Lќ_ =pf}/35^GHaR7Y%ʁY54)aWpxo_iY* mo+G ©h|]Zk&ǽI7H$@;{K6vK{Şg$-#ťo^\?Q~m97BI.pmz4*ք&},+++p⌸in31vup~Us+4jZѭ.mp3Ų <^q A֐Tƥ[F Gj MtZZhXů-2 ,8qؠ(P݅ߋJUۯ@UUW߯p(Axf؂ڄi}ٳap@ J \ٌ+'CN4HXg23/\13uG-E߰rdblnc@~t.96̺Fx ^Cn w򦜷FaٚTDSI<@eo`a69d{']#i#Sol.1--NP2YiO以?8rA@&(lꄬްv"XS$ݵi,&tC1O pt4txvGhNE_.B+Л노D5x{ 9LE6{ŋWyq3 (/u(1I 1ŝ *׾W02y"y5f"ujzok&T~cqY-3yr-w '_)/嬣*܉ m 5R>hH΁eR1QX+L}@y5F?r g6Ā䓙ο\?&dZ4|lӬgSslǣ)*0B<0@c6!é\Ú@bP|8+(kUIn 3/vFO"oőyɠ,C7v}Fl)*0BM-{ϥՄ+͊Mv W!K,<i $P.e&O'jKu݂+b^RR>hH΁eR搃)).]^-{K=HL]\!K?Dsqe/hD1S#*"OvIJQڦg_cB1R1nBpD!x^n'{2e=D4W )?Ʌ QBHô>ޟ,J$2wCՆ&Soͺ?ұn-"zDh"CۿlWz^FǥҋE=z@nx9|pDpd}9:p4 ͉p:rvZWj2ۀ5[ 6&ҊD= L pt4txvGhNE_.B?߼L bzMይ^LXުsz@3ճ8:gcܔ?I-ģ``0`<\UAi/ܭ,\tڣ[݅&0 e=+&[q]wr "On0&NP6 V;'|#Jfk&T~cqiVM- >Ϟ"jm+.E$^X'٥Hj$e< aC9tpQ% ԗx! ;R>hH΁eRtCA,6O/ okBjߺ: U8c :R^)YYULmH5dlߟanBl̜RX3 ,OR>hH΁eR搃)).]^-{K=> 8t7Wqksc:7gJ]&]u7։vMꭔiueplaced with the email address the message is from // %f is replaced with the path to the message file // %h:
is replaced with the content of that header from the message (lower case) eg: %h:x-dspam-signature // If you do not want to run the command set this to null $config['markasjunk_ham_cmd'] = null; // dir_learn Driver options // ------------------------ // The full path of the directory used to store spam (must be writable by webserver) $config['markasjunk_spam_dir'] = null; // The full path of the directory used to store ham (must be writable by webserver) $config['markasjunk_ham_dir'] = null; // The filename prefix // The filename can contain the following macros that will be expanded as follows: // %u is replaced with the username (from the session info) // %l is replaced with the local part of the username (if the username is an email address) // %d is replaced with the domain part of the username (if the username is an email address or default mail domain if not) // %t is replaced with the type of message (spam/ham) $config['markasjunk_filename'] = null; // email_learn Driver options // -------------------------- // The email address that spam messages will be sent to // The address can contain the following macros that will be expanded as follows: // %u is replaced with the username (from the session info) // %l is replaced with the local part of the username (if the username is an email address) // %d is replaced with the domain part of the username (if the username is an email address or default mail domain if not) // %i is replaced with the email address from the user's default identity // If you do not want to send an email set this to null $config['markasjunk_email_spam'] = null; // The email address that ham messages will be sent to // The address can contain the following macros that will be expanded as follows: // %u is replaced with the username (from the session info) // %l is replaced with the local part of the username (if the username is an email address) // %d is replaced with the domain part of the username (if the username is an email address or default mail domain if not) // %i is replaced with the email address from the user's default identity // If you do not want to send an email set this to null $config['markasjunk_email_ham'] = null; // Should the spam/ham message be sent as an attachment $config['markasjunk_email_attach'] = true; // The email subject (when sending as attachment) // The subject can contain the following macros that will be expanded as follows: // %u is replaced with the username (from the session info) // %l is replaced with the local part of the username (if the username is an email address) // %d is replaced with the domain part of the username (if the username is an email address or default mail domain if not) // %t is replaced with the type of message (spam/ham) $config['markasjunk_email_subject'] = 'learn this message as %t'; // sa_blacklist Driver options // --------------------------- // Path to SAUserPrefs config file $config['markasjunk_sauserprefs_config'] = '../sauserprefs/config.inc.php'; // amavis_blacklist Driver options // --------------------------- // Path to amacube config file $config['markasjunk_amacube_config'] = '../amacube/config.inc.php'; // edit_headers Driver options // --------------------------- // Patterns to match and replace headers for spam messages // Replacement method uses preg_replace - http://www.php.net/manual/function.preg-replace.php // WARNING: Be sure to match the entire header line, including the name of the header, also use ^ and $ and the 'm' flag // see the README for an example // TEST CAREFULLY BEFORE USE ON REAL MESSAGES $config['markasjunk_spam_patterns'] = [ 'patterns' => [], 'replacements' => [] ]; // Patterns to match and replace headers for spam messages // Replacement method uses preg_replace - http://www.php.net/manual/function.preg-replace.php // WARNING: Be sure to match the entire header line, including the name of the header, also use ^ and $ and the 'm' flag // see the README for an example // TEST CAREFULLY BEFORE USE ON REAL MESSAGES $config['markasjunk_ham_patterns'] = [ 'patterns' => [], 'replacements' => [] ];