add Domain/User Part
This commit is contained in:
@@ -91,7 +91,8 @@ while True:
|
||||
# Process each user
|
||||
for user in users:
|
||||
username, password, domain = user
|
||||
local_part = username.split('@')[0]
|
||||
domain_part = username.split('@')[1]
|
||||
user_part = username.split('@')[0]
|
||||
print(f"User: {username} running.")
|
||||
|
||||
# Check if the user previously had an authentication failure
|
||||
@@ -108,9 +109,9 @@ while True:
|
||||
"--user1", username,
|
||||
"--password1", password,
|
||||
"--host2", "192.168.178.90",
|
||||
"--user2", "archiv@trendsetzer.eu",
|
||||
"--user2", "archiv@",
|
||||
"--password2", "Ln0m2YQZd23H54L5tCiyjIBWLEn8mk36v7KauqS8QFGzu",
|
||||
"--subfolder2", f"{local_part}",
|
||||
"--subfolder2", f"{domain_part}/{user_part}",
|
||||
"--regextrans2", "s/^(.*)$/\\1/",
|
||||
"--log",
|
||||
"--notls2"
|
||||
|
||||
Reference in New Issue
Block a user