Bug(バグ) #915
(postfixが暴走する)誕生日お知らせメールが配信されない
100%
Description
http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=24004 より転記
http://sns.openpne.jp/?m=pc&a=page_c_topic_detail&target_c_commu_topic_id=5766&comment_count=0 こちらの件について相談を受けて調査していたのですが、 bin/birthday_mail.cron のファイル内容が誤っているようです。 #! /bin/sh cd $1 $2 -f ./symfony openpne:birthday-mail となっていますが、 #! /bin/sh cd $1 $2 -f ./symfony openpne:send-birthday-mail かと思います。 確認バージョン: OpenPNE 3.4.2 リリース前に社内で確認プロセスがあるということですが、どの程度確認作業が行われているのでしょうか?
Related issues
Associated revisions
fixed the cron script for sending birthday mail is wrong (fixes #915)
fixed openpne:send-birthday-mail that tries to send mail to mobile e-mail address (fixes #915)
Revert "fixed openpne:send-birthday-mail that tries to send mail to mobile e-mail address (fixes #915)"
This reverts commit 1a39f0fa44bad25998870aa3fe9860cb239cfc50.
added the birthday mail template for mobile (fixes #915)
History
#1 Updated by Shogo Kawahara over 14 years ago
- Status changed from New(新規) to Pending Fixing(修正待ち)
- Priority changed from Normal(通常) to High(高め)
- Target version set to OpenPNE 3.5.2
#2 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Pending Fixing(修正待ち) to Accepted(着手)
- Assignee set to Kousuke Ebihara
#3 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 9ba83d35735076f25ea59084c702a32fef2f27bc で適用されました。
#4 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
#5 Updated by Kiwa Sakai over 14 years ago
- Status changed from Pending Testing(テスト待ち) to Rejected(差し戻し)
birthday_mail.cron実行時、以下のエラーが吐き出されます
From kiwa@example.com Mon May 10 20:30:06 2010 Return-Path: <kiwa@example.com> X-Original-To: kiwa Delivered-To: kiwa@example.com From: root@example.com (Cron Daemon) To: kiwa@example.com Subject: Cron <kiwa@example> sh /OPENPNE_DIR/bin/birthday_mail.cron /OPENPNE_DIR/ /usr/bin/php The template "mobile_birthday" does not exist (renderer: notify_mail).
#6 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
更新履歴 1a39f0fa44bad25998870aa3fe9860cb239cfc50 で適用されました。
#7 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
#8 Updated by Kiwa Sakai over 14 years ago
- Status changed from Pending Testing(テスト待ち) to Rejected(差し戻し)
携帯宛に誕生日お知らせメールが届きません
#9 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
更新履歴 bd9cc3c7c900c3ae8a7084295e4457db2f894607 で適用されました。
#10 Updated by Kousuke Ebihara over 14 years ago
更新履歴 bac790f0f3a2e3f17d3f6ec79984df92065eee7a で適用されました。
#11 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
#12 Updated by Kiwa Sakai over 14 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 50 to 100