mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
9ac0f6f8b3
- Modify pkg-messages for the latest p5-Text-MeCab. PR: ports/122696 Submitted by: maintainer (TAOKA Fumiyoshi)
44 lines
1.9 KiB
Plaintext
44 lines
1.9 KiB
Plaintext
*************************************************************************
|
|
* _ _____ _____ _____ _ _ _____ ___ ___ _ _ *
|
|
* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | *
|
|
* / _ \ | | | | | _| | \| | | | | | | | | \| | *
|
|
* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | *
|
|
* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| *
|
|
* *
|
|
* See PREFIX/share/doc/p5-Mail-SpamAssassin/INSTALL, *
|
|
* and PREFIX/share/doc/p5-Mail-SpamAssassin/UPGRADE, *
|
|
* or http://spamassassin.org/dist/INSTALL and *
|
|
* http://spamassassin.org/dist/UPGRADE BEFORE enabling *
|
|
* this version of SpamAssassin for important information *
|
|
* regarding changes in this version. *
|
|
* *
|
|
* SpamAssassin may require additional configuration in *
|
|
* PREFIX/etc/mail/spamassassin/init.pre depending on *
|
|
* the options you have installed. Otherwise, annoying *
|
|
* (but harmless) error messages may result. Read the *
|
|
* files listed above. *
|
|
* *
|
|
*************************************************************************
|
|
You may wish to run sa-update now to obtain the latest rules.
|
|
|
|
NOTE: FREEBSD users: If you are updating to 3.20 you will find
|
|
that sa-update now places state files in /var/db/spamassassin
|
|
and not the default /var/lib/spamassassin. This is to be consistant
|
|
with Freebsd file directory conventions
|
|
|
|
If you are running with spamd, you must add the following to rc.conf:
|
|
spamd_enable="YES"
|
|
|
|
Security Note: If you did NOT deselected AS_ROOT, spamd will be running
|
|
as root. To change this, also add this to rc.conf:
|
|
spamd_flags="-u spamd -H /var/spool/spamd"
|
|
|
|
For Japanese users, see document in
|
|
PREFIX/share/doc/ja-p5-Mail-SpamAssassin/
|
|
|
|
Tokenizer::MeCab uses UTF-8 encoding. You may have to manually
|
|
(re)install the following ports with the build options for UTF-8:
|
|
japanese/mecab WITH_CHARSET=utf-8
|
|
japanese/mecab-ipadic WITH_CHARSET=utf-8
|
|
japanese/p5-Text-MeCab ENCODING=utf-8
|