Skip to content

Commit 4373952

Browse files
fix: wrong regex in imapserver example config
refs #75
1 parent e63a4fd commit 4373952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/imapserver.php.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ return [
115115
"outbox_port" => 587,
116116
"outbox_secure" => "ssl",
117117
"subscriptions" => ["INBOX"],
118-
"match" => ["/\@(freenet.)(de)$/mi"]
118+
"match" => ["/\@(yahoo.)(com)$/mi"]
119119
],
120120

121121

0 commit comments

Comments
 (0)