philbooth · GitHub

Merged

Merged

Conversation

@philbooth

@philbooth

@philbooth philbooth changed the title Pb/bounce record fix(db): add missing fields/values to auth_db::BounceRecord

May 23, 2018

@philbooth

philbooth

0 => {
// Set whenever the auth db receives a value it doesn't recognise
println!("Mapped default auth db bounce type BounceType::Soft");
Ok(BounceType::Soft)

philbooth

Virus = 14,
}

#[derive(Clone, Debug, Deserialize)]

philbooth

BounceError {
address: address.to_string(),
bounce: Some(bounce),
bounce: Some(bounce.clone()),

@philbooth

vbudhram

MessageTooLarge = 6,
ContentRejected = 7,
AttachmentRejected = 8,
// Not sure where these come from

@philbooth

rfk

rfk approved these changes May 23, 2018

BounceError {
address: address.to_string(),
bounce: Some(bounce),
bounce: Some(bounce.clone()),

@philbooth

@philbooth

@philbooth

Merged

Read the original on github.com ↗