Skip to content

Commit

Permalink
fix: wrong regex in imapserver example config
Browse files Browse the repository at this point in the history
refs #75
  • Loading branch information
ThorstenSuckow committed Feb 6, 2023
1 parent e63a4fd commit 4373952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/imapserver.php.example
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ return [
"outbox_port" => 587,
"outbox_secure" => "ssl",
"subscriptions" => ["INBOX"],
"match" => ["/\@(freenet.)(de)$/mi"]
"match" => ["/\@(yahoo.)(com)$/mi"]
],


Expand Down

0 comments on commit 4373952

Please sign in to comment.