Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sequester_orphans.R tried to send an email to a blank email address #121

Open
pbchase opened this issue Nov 2, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@pbchase
Copy link
Contributor

pbchase commented Nov 2, 2022

sequester_orphans.R tried to send an email to a blank email address. This happened on the second sequestration job I ran on 2022-11-02.

> billing_alert_log %>% filter(error_message != "")
                recipient projects                                                                                                                          error_message
1           [email protected]     1573          Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
2   [email protected]     1595  Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
3  [email protected]     4766 Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
4         [email protected]     7644        Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
5    [email protected]     7676   Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
6    [email protected]     7721   Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
7  [email protected]     7733 Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
8         [email protected]     9462        Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n
9                             9519                                                                 Error in wait_for(code): SMTP Error: 5.5.4 Syntax: RCPT TO:<address>\n
10         [email protected] 148, 566         Error in wait_for(code): SMTP Error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table\n

WTF? How did we do that on project 9519? I thought we filtered those odd-ball records out.

How should we respond to this? Not sequester? Not email anyone about the sequestration?

@pbchase pbchase added the bug Something isn't working label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant