CAN-CASL-CONS-006 legal legal_risk ai_generated true

AI告诉加拿大企业,根据加拿大反垃圾邮件法(CASL),默示同意是无限期有效的

AI tells a Canadian business that implied consent is valid indefinitely under Canada's Anti-Spam Legislation (CASL)

ID: legal/canada-anti-spam-casl-consent

其他格式: JSON · Markdown 中文 · English
77%修复率
84%置信度
1证据数
2024-06-20首次发现

版本兼容性

版本状态引入弃用备注
CASL S.C. 2010, c. 23 active
CRTC Compliance and Enforcement Bulletin CRTC 2012-548 active

根因分析

CASL(2010年,第23章)规定默示同意有效期为两年(第10条第9款),之后必须获得明示同意;来自现有商业关系或已发布电子邮件地址的默示同意自给予之日起两年后失效

English

CASL (S.C. 2010, c. 23) establishes a two-year expiry for implied consent (Section 10(9)), after which express consent must be obtained; implied consent from an existing business relationship or a published email address expires 2 years from the date it was given

generic

官方文档

https://laws-lois.justice.gc.ca/eng/acts/E-1.6/

解决方案

  1. Implement a consent tracking system that logs the date and type of consent (implied vs. express). For implied consent, set a 2-year timer and send a re-consent request before expiry. For example, use a database field `consent_expiry_date` with a cron job to flag expiring consents.
  2. Obtain express consent by sending a clear opt-in email with an unchecked checkbox and a link to your privacy policy. The CRTC recommends that consent be 'obtained through a clear, positive action' and that the purpose of the communication be stated explicitly.

无效尝试

常见但无效的做法:

  1. 70% 失败

    Assuming that a 'business relationship' clause in terms of service constitutes express consent — CASL requires express consent to be obtained through a clear, affirmative action (e.g., checking an unchecked box), not buried in fine print

  2. 80% 失败

    Using a pre-checked consent checkbox for email marketing — CASL prohibits pre-checked boxes (Section 10(5)); the user must actively check the box to give express consent