Python 2.4と共にmail/getmailを使用している場合DeprecationWarningが出ます

20041208:

AFFECTS
users of mail/getmail
AUTHOR
question+fbsdports@closedsrc.org

There is a known quirk when using mail/getmail with Python 2.4 where the DeprecationWarning is printed regarding the use of the 'strict' keyword when a message is being retrieved.
Python 2.4と共にmail/getmailを使用している場合、メッセージを取得している時に「strict」キーワードの使用に関係してDeprecationWarningが出るという、既知の警句があります。
You can redirect stdout/stderr to /dev/null to quelch the warning.
警告をquelchするためにstdout/stderrを/dev/nullへリダイレクトすることができます。
The quirk may be fixed in a future version of getmail.
警句はgetmailの将来のバージョンで解決されるかもしれません。
$FreeBSD: ports/UPDATING,v 1.111 2004/12/08 23:54:05 sem Exp $